javax.ejb
Interface EJBObject

All Superinterfaces:
Remote

public interface EJBObject
extends Remote

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

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

Method Detail

getEJBHome

EJBHome getEJBHome()
                   throws RemoteException
Throws:
RemoteException

getHandle

Handle getHandle()
                 throws RemoteException
Throws:
RemoteException

getPrimaryKey

Object getPrimaryKey()
                     throws RemoteException
Throws:
RemoteException

isIdentical

boolean isIdentical(EJBObject obj)
                    throws RemoteException
Throws:
RemoteException

remove

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


Copyright © 2006 Apache Software Foundation. All Rights Reserved.