|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoveException | |
|---|---|
| javax.ejb | API used by EJB 3.0 container |
| Uses of RemoveException in javax.ejb |
|---|
| Methods in javax.ejb that throw RemoveException | |
|---|---|
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(java.lang.Object primaryKey)
Remove an EJB object identified by its primary key. This method can only be used by local clients of an entity bean. |
void |
EJBHome.remove(java.lang.Object primaryKey)
Remove an EJB object identified by its primary key. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||