javax.ejb
Interface EJBObject

All Superinterfaces:
java.rmi.Remote

public interface EJBObject
extends java.rmi.Remote

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

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

Method Detail

getEJBHome

public EJBHome getEJBHome()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getHandle

public Handle getHandle()
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPrimaryKey

public java.lang.Object getPrimaryKey()
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

isIdentical

public boolean isIdentical(EJBObject obj)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

remove

public void remove()
            throws java.rmi.RemoteException,
                   RemoveException
Throws:
java.rmi.RemoteException
RemoveException


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