| Package | Description | 
|---|---|
| javax.ejb | Contains the Enterprise JavaBeans classes 
and interfaces that define the contracts between the enterprise bean 
and its clients and between the enterprise bean and the EJB container. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | EntityBean. ejbRemove()A container invokes this method before it removes the EJB object
 that is currently associated with the instance. | 
| void | EJBObject. remove()Remove the EJB object. | 
| void | EJBLocalObject. remove()Remove the EJB local object. | 
| void | EJBHome. remove(Handle handle)Remove an EJB object identified by its handle. | 
| void | EJBLocalHome. remove(Object primaryKey)Remove an EJB object identified by its primary key. | 
| void | EJBHome. remove(Object primaryKey)Remove an EJB object identified by its primary key. | 
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.