Class InvocationContextBeanStore
- java.lang.Object
-
- org.jboss.weld.contexts.beanstore.AttributeBeanStore
-
- org.jboss.weld.module.ejb.context.beanstore.InvocationContextBeanStore
-
- All Implemented Interfaces:
Iterable<org.jboss.weld.serialization.spi.BeanIdentifier>,BeanStore,BoundBeanStore
public class InvocationContextBeanStore extends AttributeBeanStore
-
-
Constructor Summary
Constructors Constructor Description InvocationContextBeanStore(NamingScheme namingScheme, jakarta.interceptor.InvocationContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectgetAttribute(String prefixedId)protected Iterator<String>getAttributeNames()LockStoregetLockStore()protected voidremoveAttribute(String prefixedId)protected voidsetAttribute(String prefixedId, Object instance)-
Methods inherited from class org.jboss.weld.contexts.beanstore.AttributeBeanStore
attach, clear, contains, detach, fetchUninitializedAttributes, get, getNamingScheme, getPrefixedAttributeNames, isAttached, isAttributeLazyFetchingEnabled, isLocalBeanStoreSyncNeeded, iterator, lock, put, remove
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
InvocationContextBeanStore
public InvocationContextBeanStore(NamingScheme namingScheme, jakarta.interceptor.InvocationContext ctx)
-
-
Method Detail
-
getAttribute
protected Object getAttribute(String prefixedId)
- Specified by:
getAttributein classAttributeBeanStore
-
removeAttribute
protected void removeAttribute(String prefixedId)
- Specified by:
removeAttributein classAttributeBeanStore
-
getAttributeNames
protected Iterator<String> getAttributeNames()
- Specified by:
getAttributeNamesin classAttributeBeanStore
-
setAttribute
protected void setAttribute(String prefixedId, Object instance)
- Specified by:
setAttributein classAttributeBeanStore
-
getLockStore
public LockStore getLockStore()
- Specified by:
getLockStorein classAttributeBeanStore
-
-