Class | Description |
---|---|
CurrentSynchronizationCallback |
Thread local that tracks the current state of SFSB synchronization callbacks
|
EJBClientContextIdentifierObjectTable |
By default, EJB proxies don't serialize the
EJBClientContextIdentifier associated with them,
so this ObjectTable marshals such EJB proxies to serializable even the EJBClientContextIdentifier (if any)
associated with that proxy. |
SerializedCdiInterceptorsKey | |
SerializedStatefulSessionComponent |
Serialized form of a SFSB
|
StatefulAllowedMethodsInformation | |
StatefulComponentCreateServiceFactory |
User: jpai
|
StatefulComponentDescription |
User: jpai
|
StatefulComponentInstanceInterceptor |
Associate the proper component instance to the invocation based on the passed in session identifier.
|
StatefulComponentSessionIdGeneratingInterceptor |
User: jpai
|
StatefulIdentityInterceptor |
Interceptor for equals / hashCode for SFSB's
|
StatefulInitMethodInterceptor |
Interceptor factory for SFSB's that invokes the ejbCreate method.
|
StatefulRemoteViewInstanceFactory | |
StatefulRemoveDelegationInterceptor |
Interceptor that delegates calls to EJB 2.x remove methods to the component remove method interceptor chain
|
StatefulRemoveInterceptor |
An interceptor which handles an invocation on a
Remove method of a stateful session bean. |
StatefulSerializedProxy |
Serialized form of a SFSB
|
StatefulSessionBeanClassTable | |
StatefulSessionBeanObjectViewConfigurator | |
StatefulSessionBeanSerializabilityChecker | |
StatefulSessionComponent |
Stateful Session Bean
|
StatefulSessionComponentCreateService | |
StatefulSessionComponentInstance | |
StatefulSessionSynchronizationInterceptor |
Interceptor which manages Synchronization semantics on a stateful session bean. |
StatefulTimeoutInfo | |
StatefulTransactionMarker |
Marker class that is added to the invocation context to indicate to inner interceptors if this
SFSB is participating in a transaction or not.
|
StatefulWriteReplaceInterceptor |
Interceptor that handles the writeReplace method for a SFSB
|
StatefulWriteReplaceInterceptor.Factory | |
VersionedMarshallingConfigurationService |
Service that provides a versioned marshalling configuration for a deployment unit.
|
Enum | Description |
---|---|
CurrentSynchronizationCallback.CallbackType |
Copyright © 2015 JBoss by Red Hat. All rights reserved.