org.jboss.ejb.plugins
class: StatefulSessionBeanField [javadoc |
source]
java.lang.Object
org.jboss.ejb.plugins.StatefulSessionBeanField
All Implemented Interfaces:
Serializable
A helper class for serializing stateful session beans.
Instances of this class are used to replace the non-serializable fields of StatefulSessionBean
during serialization (passivation) and deserialization (activation)
Section 6.4.1 of the ejb1.1 specification states when this can happen.
| Field Summary |
|---|
| static final long | serialVersionUID | |
| static final byte | SESSION_CONTEXT | |
| static final byte | USER_TRANSACTION | |
| byte | type | |