public class InvocationContextBeanStore extends AttributeBeanStore
| Constructor and Description |
|---|
InvocationContextBeanStore(NamingScheme namingScheme,
InvocationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getAttribute(java.lang.String prefixedId)
Gets an attribute from the underlying storage
|
protected java.util.Collection<java.lang.String> |
getAttributeNames()
Gets an enumeration of the attribute names present in the underlying
storage.
|
LockStore |
getLockStore() |
protected void |
removeAttribute(java.lang.String prefixedId)
Removes an attribute from the underlying storage
|
protected void |
setAttribute(java.lang.String prefixedId,
java.lang.Object instance)
Sets an instance under a key in the underlying storage
|
attach, clear, contains, detach, get, getNamingScheme, getPrefixedAttributeNames, isAttached, iterator, lock, put, removepublic InvocationContextBeanStore(NamingScheme namingScheme, InvocationContext ctx)
protected java.lang.Object getAttribute(java.lang.String prefixedId)
AttributeBeanStoregetAttribute in class AttributeBeanStoreprefixedId - The (prefixed) id of the attributeprotected void removeAttribute(java.lang.String prefixedId)
AttributeBeanStoreremoveAttribute in class AttributeBeanStoreprefixedId - The (prefixed) id of the attribute to removeprotected java.util.Collection<java.lang.String> getAttributeNames()
AttributeBeanStoregetAttributeNames in class AttributeBeanStoreprotected void setAttribute(java.lang.String prefixedId,
java.lang.Object instance)
AttributeBeanStoresetAttribute in class AttributeBeanStoreprefixedId - The (prefixed) id of the attribute to setinstance - The instancepublic LockStore getLockStore()
getLockStore in class AttributeBeanStoreCopyright © 2015. All Rights Reserved.