org.openejb.test.simple.slsb
Class SimpleStatelessSessionEJB
java.lang.Object
org.openejb.test.simple.slsb.SimpleStatelessSessionEJB
- All Implemented Interfaces:
- Serializable, EnterpriseBean, SessionBean
public class SimpleStatelessSessionEJB
- extends Object
- implements SessionBean
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleStatelessSessionEJB
public SimpleStatelessSessionEJB()
echo
public String echo(String message)
ejbCreate
public void ejbCreate()
throws CreateException
- Throws:
CreateException
ejbActivate
public void ejbActivate()
throws EJBException
- Specified by:
ejbActivate
in interface SessionBean
- Throws:
EJBException
ejbPassivate
public void ejbPassivate()
throws EJBException
- Specified by:
ejbPassivate
in interface SessionBean
- Throws:
EJBException
ejbRemove
public void ejbRemove()
throws EJBException
- Specified by:
ejbRemove
in interface SessionBean
- Throws:
EJBException
setSessionContext
public void setSessionContext(SessionContext ctx)
throws EJBException
- Specified by:
setSessionContext
in interface SessionBean
- Throws:
EJBException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.