javax.ejb

Interface EJBObject

All Superinterfaces:
Remote

public interface EJBObject
extends Remote

Method Summary

EJBHome
getEJBHome()
Handle
getHandle()
Object
getPrimaryKey()
boolean
isIdentical(EJBObject obj)
void
remove()

Method Details

getEJBHome

public EJBHome getEJBHome()
            throws RemoteException

getHandle

public Handle getHandle()
            throws RemoteException

getPrimaryKey

public Object getPrimaryKey()
            throws RemoteException

isIdentical

public boolean isIdentical(EJBObject obj)
            throws RemoteException

remove

public void remove()
            throws RemoteException,
                   RemoveException