javax.ejb
Interface EJBObject

All Superinterfaces:
Remote

public interface EJBObject
extends Remote

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:59:39 $

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

Method Detail

getEJBHome

public EJBHome getEJBHome()
                   throws RemoteException
Throws:
RemoteException

getHandle

public Handle getHandle()
                 throws RemoteException
Throws:
RemoteException

getPrimaryKey

public Object getPrimaryKey()
                     throws RemoteException
Throws:
RemoteException

isIdentical

public boolean isIdentical(EJBObject obj)
                    throws RemoteException
Throws:
RemoteException

remove

public void remove()
            throws RemoteException,
                   RemoveException
Throws:
RemoteException
RemoveException


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.