com.caucho.ejb.entity
Class EntityLocal

java.lang.Object
  extended by com.caucho.ejb.AbstractEJBObject
      extended by com.caucho.ejb.entity.EntityObject
          extended by com.caucho.ejb.entity.EntityLocal
All Implemented Interfaces:
java.io.Serializable, EJBLocalObject

public abstract class EntityLocal
extends EntityObject

Abstract base class for an EntityObject.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.caucho.ejb.entity.EntityObject
_CAUCHO_IS_ACTIVE, _CAUCHO_IS_DEAD, _CAUCHO_IS_DIRTY, _CAUCHO_IS_LOADED, log
 
Constructor Summary
EntityLocal()
           
 
Method Summary
 java.lang.Object writeReplace()
          Serialize the HomeSkeletonWrapper in place of this object.
 
Methods inherited from class com.caucho.ejb.entity.EntityObject
__caucho_getId, __caucho_getServer, _caucho_getBean, _caucho_getBean, _caucho_getEntityServer, equals, getEJBHome, getEJBLocalHome, getEJBLocalObject, getEJBObject, getEntityContext, getHandle, getPrimaryKey, hashCode, isIdentical, isIdentical, isMatch, remove, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityLocal

public EntityLocal()
Method Detail

writeReplace

public java.lang.Object writeReplace()
                              throws java.io.ObjectStreamException
Serialize the HomeSkeletonWrapper in place of this object.

Returns:
the matching skeleton wrapper.
Throws:
java.io.ObjectStreamException