Searched refs:ejbRemove (Results 1 - 9 of 9) sorted by relevance

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DMessageDrivenBean.java82 void ejbRemove() throws EJBException; method in interface:MessageDrivenBean
H A DEntityBean.java130 public void ejbRemove() throws RemoveException, EJBException, method in interface:EntityBean
H A DSessionBean.java99 void ejbRemove() throws EJBException, RemoteException; method in interface:SessionBean
/glassfish-3.1.2/tests/quicklook/ejb/cmp/src/java/team/
H A DPlayerBean.java121 public void ejbRemove() { method in class:PlayerBean
122 Debug.print("PlayerBean ejbRemove");
H A DLeagueBean.java159 public void ejbRemove() { method in class:LeagueBean
160 Debug.print("LeagueBean ejbRemove");
H A DTeamBean.java190 public void ejbRemove() { method in class:TeamBean
191 Debug.print("TeamBean ejbRemove");
/glassfish-3.1.2/common/mejb/src/main/java/org/glassfish/admin/mejb/
H A DMEJBBean.java81 public void ejbRemove() { method in class:MEJBBean
/glassfish-3.1.2/tests/quicklook/ejb/cmp/src/java/roster/
H A DRosterBean.java480 public void ejbRemove() {} method in class:RosterBean
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEntityContainer.java1103 // this remove by the database. So we optimistically do ejbRemove.
1105 // call ejbRemove on the EJB
1229 // First get a bean instance on which ejbRemove can be invoked.
2365 ejb.ejbRemove();

Completed in 355 milliseconds