javax.ejb
Interface EJBObject
- All Superinterfaces:
- java.rmi.Remote
public interface EJBObject
- extends java.rmi.Remote
The main ejb context.
getEJBHome
EJBHome getEJBHome()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getHandle
Handle getHandle()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getPrimaryKey
java.lang.Object getPrimaryKey()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
isIdentical
boolean isIdentical(EJBObject obj)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
remove
void remove()
throws java.rmi.RemoteException,
RemoveException
- Throws:
java.rmi.RemoteException
RemoveException