public class InvocationContextBeanStore extends AttributeBeanStore
| Constructor and Description |
|---|
InvocationContextBeanStore(NamingScheme namingScheme,
javax.interceptor.InvocationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getAttribute(String prefixedId) |
protected Iterator<String> |
getAttributeNames() |
LockStore |
getLockStore() |
protected void |
removeAttribute(String prefixedId) |
protected void |
setAttribute(String prefixedId,
Object instance) |
attach, clear, contains, detach, fetchUninitializedAttributes, get, getNamingScheme, getPrefixedAttributeNames, isAttached, isAttributeLazyFetchingEnabled, isLocalBeanStoreSyncNeeded, iterator, lock, put, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic InvocationContextBeanStore(NamingScheme namingScheme, javax.interceptor.InvocationContext ctx)
protected Object getAttribute(String prefixedId)
getAttribute in class AttributeBeanStoreprotected void removeAttribute(String prefixedId)
removeAttribute in class AttributeBeanStoreprotected Iterator<String> getAttributeNames()
getAttributeNames in class AttributeBeanStoreprotected void setAttribute(String prefixedId, Object instance)
setAttribute in class AttributeBeanStorepublic LockStore getLockStore()
getLockStore in class AttributeBeanStoreCopyright © 2017. All rights reserved.