Methods Summary |
---|
public EJBMetaData | getEJBMetaData()Obtain the EJBMetaData interface for the enterprise Bean. The
EJBMetaData interface allows the client to obtain information about
the enterprise Bean.
The information obtainable via the EJBMetaData interface is
intended to be used by tools.
|
public HomeHandle | getHomeHandle()Obtain a handle for the remote home object. The handle can be used at
later time to re-obtain a reference to the remote home object, possibly
in a different Java Virtual Machine.
|
public void | remove(Handle handle)Remove an EJB object identified by its handle.
|
public void | remove(java.lang.Object primaryKey)Remove an EJB object identified by its primary key.
This method can be used only for an entity bean. An attempt
to call this method on a session bean will result in a RemoveException.
|