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
-
Constructor Summary
ConstructorsConstructorDescriptionInvocationContextBeanStore(NamingScheme namingScheme, jakarta.interceptor.InvocationContext ctx) -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectgetAttribute(String prefixedId) 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, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
InvocationContextBeanStore
public InvocationContextBeanStore(NamingScheme namingScheme, jakarta.interceptor.InvocationContext ctx)
-
-
Method Details
-
getAttribute
- Specified by:
getAttributein classAttributeBeanStore
-
removeAttribute
- Specified by:
removeAttributein classAttributeBeanStore
-
getAttributeNames
- Specified by:
getAttributeNamesin classAttributeBeanStore
-
setAttribute
- Specified by:
setAttributein classAttributeBeanStore
-
getLockStore
- Specified by:
getLockStorein classAttributeBeanStore
-