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

Packages that use DependentInstancesStore
org.jboss.webbeans.bean   
org.jboss.webbeans.context   
 

Uses of DependentInstancesStore in org.jboss.webbeans.bean
 

Fields in org.jboss.webbeans.bean declared as DependentInstancesStore
protected  DependentInstancesStore AbstractBean.dependentInstancesStore
           
 

Uses of DependentInstancesStore in org.jboss.webbeans.context
 

Methods in org.jboss.webbeans.context that return DependentInstancesStore
 DependentInstancesStore DependentStorageRequest.getDependentInstancesStore()
          Gets the store
 

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

Constructors in org.jboss.webbeans.context with parameters of type DependentInstancesStore
DependentStorageRequest(DependentInstancesStore dependentInstancesStore, java.lang.Object key)
          Create a new DependentStoreKey
 



Copyright © 2011. All Rights Reserved.