Uses of Class
org.jboss.webbeans.context.DependentStorageRequest

Packages that use DependentStorageRequest
org.jboss.webbeans.context   
 

Uses of DependentStorageRequest in org.jboss.webbeans.context
 

Methods in org.jboss.webbeans.context that return DependentStorageRequest
static DependentStorageRequest DependentStorageRequest.of(DependentInstancesStore dependentInstancesStore, java.lang.Object key)
          Static factory method
 

Methods in org.jboss.webbeans.context with parameters of type DependentStorageRequest
 void DependentContext.startCollectingDependents(DependentStorageRequest dependentStorageRequest)
          Starts collecting dependent instances created by placing in the dependent instances store specified in the request.
 void DependentContext.stopCollectingDependents(DependentStorageRequest dependentStorageRequest)
          Stops collecting dependent instances created.
 



Copyright © 2011. All Rights Reserved.