com.caucho.ejb.entity
Class EntityLocalHome

java.lang.Object
  extended by com.caucho.ejb.AbstractEJBHome
      extended by com.caucho.ejb.entity.EntityHome
          extended by com.caucho.ejb.entity.EntityLocalHome
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, EJBHome, EJBLocalHome

public abstract class EntityLocalHome
extends EntityHome
implements EJBLocalHome

Abstract base class for an EntityHome.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.caucho.ejb.entity.EntityHome
_server, log
 
Constructor Summary
protected EntityLocalHome(EntityServer server)
           
 
Method Summary
 java.lang.Object writeReplace()
          Serialize the HomeSkeletonWrapper in place of this object.
 
Methods inherited from class com.caucho.ejb.entity.EntityHome
__caucho_getId, __caucho_getServer, getEJBMetaData, getHomeHandle, getPrimaryKey, getServer, remove, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Constructor Detail

EntityLocalHome

protected EntityLocalHome(EntityServer server)
Method Detail

writeReplace

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

Overrides:
writeReplace in class EntityHome
Returns:
the matching skeleton wrapper.
Throws:
java.io.ObjectStreamException