Methods Summary |
---|
public EJBHome | getEJBHome()Obtain the enterprise Bean's remote home interface. The remote home
interface defines the enterprise Bean's create, finder, remove,
and home business methods.
|
public Handle | getHandle()Obtain a handle for the EJB object. The handle can be used at later
time to re-obtain a reference to the EJB object, possibly in a
different Java Virtual Machine.
|
public java.lang.Object | getPrimaryKey()Obtain the primary key of the EJB object.
This method can be called on an entity bean. An attempt to invoke
this method on a session bean will result in RemoteException.
|
public boolean | isIdentical(javax.ejb.EJBObject obj)Test if a given EJB object is identical to the invoked EJB object.
|
public void | remove()Remove the EJB object.
|