| java.lang.Object org.objectweb.jonas.jtests.beans.sequence.WoSesSL
WoSesSL | public class WoSesSL implements SessionBean(Code) | | This class is WoSesSL seesion bean.
This bean is stateless.
|
Constructor Summary | |
public | WoSesSL() |
WoSesSL | public WoSesSL()(Code) | | Constructor WoSesSL
|
ejbActivate | public void ejbActivate()(Code) | | Method ejbActivate
|
ejbCreate | public void ejbCreate() throws CreateException(Code) | | Method ejbCreate
throws: CreateException - |
ejbPassivate | public void ejbPassivate()(Code) | | Method ejbPassivate
|
ejbRemove | public void ejbRemove()(Code) | | Method ejbRemove
|
schedule | public Integer schedule(String assId, int qty)(Code) | | Method schedule
Parameters: assId - Parameters: qty - Woid exception: EJBException - if there is a system failure |
setSessionContext | public void setSessionContext(SessionContext sc)(Code) | | Method setSessionContext
Parameters: sc - |
|
|