javax.ejb
Interface EJBObject

All Superinterfaces:
java.rmi.Remote

public interface EJBObject
extends java.rmi.Remote

Version:
$Rev: 467742 $ $Date: 2006-10-25 15:30:38 -0400 (Wed, 25 Oct 2006) $

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

Method Detail

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


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.