javax.ejb
Interface EJBObject

All Superinterfaces:
java.rmi.Remote

public interface EJBObject
extends java.rmi.Remote

Version:
$Rev: 46019 $ $Date: 2004-09-14 11:56:06 +0200 (Tue, 14 Sep 2004) $

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 © {inceptionYear}-2007 null. All Rights Reserved.