Uses of Interface
org.jboss.weld.contexts.beanstore.BeanStore
-
Packages that use BeanStore Package Description org.jboss.weld.contexts org.jboss.weld.contexts.beanstore -
-
Uses of BeanStore in org.jboss.weld.contexts
Methods in org.jboss.weld.contexts that return BeanStore Modifier and Type Method Description protected abstract BeanStoreAbstractContext. getBeanStore()A method that returns the actual bean store implementationBeanStoreAbstractSharedContext. getBeanStore()Gets the bean storeprotected BeanStoreAbstractUnboundContext. getBeanStore()Gets the bean storeMethods in org.jboss.weld.contexts with parameters of type BeanStore Modifier and Type Method Description protected voidAbstractUnboundContext. setBeanStore(BeanStore beanStore)Sets the bean store -
Uses of BeanStore in org.jboss.weld.contexts.beanstore
Subinterfaces of BeanStore in org.jboss.weld.contexts.beanstore Modifier and Type Interface Description interfaceBoundBeanStoreA bean store may be bound to some external data store, for example a Http Session.Classes in org.jboss.weld.contexts.beanstore that implement BeanStore Modifier and Type Class Description classAbstractMapBackedBeanStoreclassAttributeBeanStoreA bound bean store backed by attributes.classConcurrentHashMapBeanStoreA BeanStore that uses a HashMap as backing storageclassHashMapBeanStoreA BeanStore that uses a HashMap as backing storageclassMapBeanStoreclassSessionMapBeanStoreAMapBeanStorewhoseLockStoreis associated with the key "org.jboss.weld.context.beanstore.LockStore" in the provided map and so may be shared across several stores used within a single "session".
-