Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » ejb » plugins » [javadoc | source]
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     
Constructor:
 StatefulSessionBeanField(byte type) 
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait