Uses of Interface
org.jboss.weld.context.beanstore.BeanStore
-
Packages that use BeanStore Package Description org.jboss.weld.context JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.context.beanstore JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.context.beanstore.ejb JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.context.beanstore.http JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of BeanStore in org.jboss.weld.context
Methods in org.jboss.weld.context 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.context 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.context.beanstore
Subinterfaces of BeanStore in org.jboss.weld.context.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.context.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". -
Uses of BeanStore in org.jboss.weld.context.beanstore.ejb
Classes in org.jboss.weld.context.beanstore.ejb that implement BeanStore Modifier and Type Class Description classInvocationContextBeanStore -
Uses of BeanStore in org.jboss.weld.context.beanstore.http
Classes in org.jboss.weld.context.beanstore.http that implement BeanStore Modifier and Type Class Description classAbstractSessionBeanStoreBase class providing an HttpSession backed, bound bean store.classEagerSessionBeanStoreA BeanStore that uses a HTTP session as backing storage.classLazySessionBeanStoreA BeanStore that uses a HTTP session as backing storage.classRequestBeanStoreA BeanStore that uses a HTTP request as backing storage.
-