Searched refs:ejbPassivate (Results 1 - 8 of 8) sorted by relevance

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DEntityBean.java173 public void ejbPassivate() throws EJBException, RemoteException; method in interface:EntityBean
H A DSessionBean.java104 * that it has released earlier in the <code>ejbPassivate</code> method.
143 void ejbPassivate() throws EJBException, RemoteException; method in interface:SessionBean
/glassfish-3.1.2/tests/quicklook/ejb/cmp/src/java/team/
H A DPlayerBean.java133 public void ejbPassivate() { } method in class:PlayerBean
H A DLeagueBean.java171 public void ejbPassivate() { } method in class:LeagueBean
H A DTeamBean.java202 public void ejbPassivate() { } method in class:TeamBean
/glassfish-3.1.2/common/mejb/src/main/java/org/glassfish/admin/mejb/
H A DMEJBBean.java78 public void ejbPassivate() { method in class:MEJBBean
/glassfish-3.1.2/tests/quicklook/ejb/cmp/src/java/roster/
H A DRosterBean.java472 public void ejbPassivate() { method in class:RosterBean
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEntityContainer.java1594 // (ejbStore must be called between biz method and ejbPassivate).
1719 // no Tx needed for ejbPassivate
1720 ejb.ejbPassivate();
1741 // Note: ejbStore and ejbPassivate need the primarykey
1743 // after calling ejbStore and ejbPassivate.
1957 ejb.ejbPassivate();

Completed in 329 milliseconds