Searched defs:ejbRemove (Results 1 - 8 of 8) 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 DSessionBean.java99 void ejbRemove() throws EJBException, RemoteException; method in interface:SessionBean
H A DEntityBean.java130 public void ejbRemove() throws RemoveException, EJBException, method in interface:EntityBean
/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/team/
H A DLeagueBean.java159 public void ejbRemove() { method in class:LeagueBean
160 Debug.print("LeagueBean ejbRemove");
H A DPlayerBean.java121 public void ejbRemove() { method in class:PlayerBean
122 Debug.print("PlayerBean ejbRemove");
H A DTeamBean.java190 public void ejbRemove() { method in class:TeamBean
191 Debug.print("TeamBean ejbRemove");
/glassfish-3.1.2/tests/quicklook/ejb/cmp/src/java/roster/
H A DRosterBean.java480 public void ejbRemove() {} method in class:RosterBean

Completed in 49 milliseconds