Class PassivationCapableSerializableBean<B extends jakarta.enterprise.inject.spi.Bean<I> & jakarta.enterprise.inject.spi.PassivationCapable,I>
java.lang.Object
org.jboss.weld.util.bean.ForwardingBeanAttributes<T>
org.jboss.weld.util.bean.IsolatedForwardingBean<T>
org.jboss.weld.bean.ForwardingBean<I>
org.wildfly.clustering.weld.contexts.PassivationCapableSerializableBean<B,I>
- All Implemented Interfaces:
jakarta.enterprise.context.spi.Contextual<I>,jakarta.enterprise.inject.spi.Bean<I>,jakarta.enterprise.inject.spi.BeanAttributes<I>,jakarta.enterprise.inject.spi.PassivationCapable,Serializable,org.jboss.weld.bean.WrappedContextual<I>,org.jboss.weld.serialization.spi.helpers.SerializableContextual<B,,I> MarshallableContextual<B>,PassivationCapableContextual<B,I>
public class PassivationCapableSerializableBean<B extends jakarta.enterprise.inject.spi.Bean<I> & jakarta.enterprise.inject.spi.PassivationCapable,I>
extends org.jboss.weld.bean.ForwardingBean<I>
implements PassivationCapableContextual<B,I>, MarshallableContextual<B>
- Author:
- Paul Ferraro
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.weld.util.bean.IsolatedForwardingBean
org.jboss.weld.util.bean.IsolatedForwardingBean.Impl<T extends Object> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.weld.bean.ForwardingBean
attributes, toStringMethods inherited from class org.jboss.weld.util.bean.IsolatedForwardingBean
create, destroy, equals, getBeanClass, getInjectionPoints, hashCodeMethods inherited from class org.jboss.weld.util.bean.ForwardingBeanAttributes
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.enterprise.inject.spi.BeanAttributes
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeMethods inherited from interface jakarta.enterprise.context.spi.Contextual
create, destroy
-
Constructor Details
-
PassivationCapableSerializableBean
-
-
Method Details
-
getIdentifier
public org.jboss.weld.serialization.spi.BeanIdentifier getIdentifier()- Specified by:
getIdentifierin interfaceMarshallableContextual<B extends jakarta.enterprise.inject.spi.Bean<I> & jakarta.enterprise.inject.spi.PassivationCapable>
-
getInstance
- Specified by:
getInstancein interfaceMarshallableContextual<B extends jakarta.enterprise.inject.spi.Bean<I> & jakarta.enterprise.inject.spi.PassivationCapable>
-
getId
- Specified by:
getIdin interfacejakarta.enterprise.inject.spi.PassivationCapable
-
get
-
delegate
-
getContextId
Description copied from interface:PassivationCapableContextualReturns the identifier of this context.- Specified by:
getContextIdin interfacePassivationCapableContextual<B extends jakarta.enterprise.inject.spi.Bean<I> & jakarta.enterprise.inject.spi.PassivationCapable,I> - Returns:
- a context identifier.
-