void | 
EntityBean.ejbRemove() | 
 A container invokes this method before it removes the enterprise bean object that is currently associated with the
 instance. 
 | 
void | 
EJBHome.remove(Handle handle) | 
 Remove an enterprise bean object identified by its handle. 
 | 
void | 
EJBHome.remove(Object primaryKey) | 
 Remove an enterprise bean object identified by its primary key. 
 | 
void | 
EJBLocalHome.remove(Object primaryKey) | 
 Remove an enterprise bean object identified by its primary key. 
 | 
void | 
EJBLocalObject.remove() | 
 Remove the enterprise bean local object. 
 | 
void | 
EJBObject.remove() | 
 Remove the enterprise bean object. 
 |