org.openxava.ejbx
Class EntityBase
java.lang.Object
org.openxava.ejbx.EJBBase
org.openxava.ejbx.EntityBase
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- EJBReplicableBase
public class EntityBase
- extends EJBBase
Base class for EntityBeans.
- Author:
- Javier Paniza
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityBase
public EntityBase()
ejbActivate
public void ejbActivate()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
ejbLoad
public void ejbLoad()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
ejbPassivate
public void ejbPassivate()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
ejbRemove
public void ejbRemove()
throws java.rmi.RemoteException,
RemoveException
- Throws:
java.rmi.RemoteException
RemoveException
ejbStore
public void ejbStore()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntityContext
public EntityContext getEntityContext()
setEntityContext
public void setEntityContext(EntityContext context)
unsetEntityContext
public void unsetEntityContext()