public class WASStartUpBeanImpl
extends java.lang.Object
implements javax.ejb.SessionBean
Constructor and Description |
---|
WASStartUpBeanImpl() |
Modifier and Type | Method and Description |
---|---|
void |
ejbActivate() |
void |
ejbPassivate() |
void |
ejbRemove() |
javax.ejb.SessionContext |
getSessionContext() |
void |
setSessionContext(javax.ejb.SessionContext sessionContext) |
boolean |
start() |
boolean |
stop() |
public void setSessionContext(javax.ejb.SessionContext sessionContext)
setSessionContext
in interface javax.ejb.SessionBean
public javax.ejb.SessionContext getSessionContext()
public boolean start()
public boolean stop()
public void ejbRemove() throws javax.ejb.EJBException
ejbRemove
in interface javax.ejb.SessionBean
javax.ejb.EJBException
public void ejbActivate() throws javax.ejb.EJBException
ejbActivate
in interface javax.ejb.SessionBean
javax.ejb.EJBException
public void ejbPassivate() throws javax.ejb.EJBException
ejbPassivate
in interface javax.ejb.SessionBean
javax.ejb.EJBException