| java.lang.Object roster.RosterBean
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate() throws CreateException(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | See Also: javax.ejb.SessionBean.ejbRemove |
getPlayersBySalaryRange | public ArrayList getPlayersBySalaryRange(double low, double high)(Code) | | |
setSessionContext | public void setSessionContext(SessionContext aContext)(Code) | | See Also: javax.ejb.SessionBean.setSessionContext(javax.ejb.SessionContext) |
testFinder | public ArrayList testFinder(String parm1, String parm2, String parm3)(Code) | | See section 7.10.3 of the EJB 2.0 specification
See section 7.11.3 of the EJB 2.1 specification
|
|
|