Methods Summary |
---|
public EJBLocalHome | getEJBLocalHome()Obtain the enterprise Bean's local home interface. The local home
interface defines the enterprise Bean's create, finder, remove,
and home business methods that are available to local clients.
|
public java.lang.Object | getPrimaryKey()Obtain the primary key of the EJB local object.
This method can be called on an entity bean.
An attempt to invoke this method on a session Bean will result in
an EJBException.
|
public boolean | isIdentical(javax.ejb.EJBLocalObject obj)Test if a given EJB local object is identical to the invoked EJB
local object.
|
public void | remove()Remove the EJB local object.
|