public abstract class AbstractSessionBeanStore extends AttributeBeanStore
LazySessionBeanStore,
EagerSessionBeanStore| Constructor and Description |
|---|
AbstractSessionBeanStore(NamingScheme namingScheme) |
| Modifier and Type | Method and Description |
|---|---|
<T> org.jboss.weld.context.api.ContextualInstance<T> |
get(org.jboss.weld.serialization.spi.BeanIdentifier id) |
protected Object |
getAttribute(String prefixedId) |
protected Iterator<String> |
getAttributeNames() |
protected LockStore |
getLockStore() |
protected abstract javax.servlet.http.HttpSession |
getSession(boolean create) |
protected void |
removeAttribute(String key) |
protected void |
setAttribute(String key,
Object instance) |
attach, clear, contains, detach, getNamingScheme, getPrefixedAttributeNames, isAttached, isLocalBeanStoreSyncNeeded, iterator, lock, put, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic AbstractSessionBeanStore(NamingScheme namingScheme)
protected abstract javax.servlet.http.HttpSession getSession(boolean create)
protected Iterator<String> getAttributeNames()
getAttributeNames in class AttributeBeanStoreprotected void removeAttribute(String key)
removeAttribute in class AttributeBeanStoreprotected void setAttribute(String key, Object instance)
setAttribute in class AttributeBeanStorepublic <T> org.jboss.weld.context.api.ContextualInstance<T> get(org.jboss.weld.serialization.spi.BeanIdentifier id)
get in interface BeanStoreget in class AttributeBeanStoreprotected Object getAttribute(String prefixedId)
getAttribute in class AttributeBeanStoreprotected LockStore getLockStore()
getLockStore in class AttributeBeanStoreCopyright © 2015. All Rights Reserved.