org.openejb.test.simple.slsb
Class SimpleStatelessSessionEJB

java.lang.Object
  extended by org.openejb.test.simple.slsb.SimpleStatelessSessionEJB
All Implemented Interfaces:
Serializable, EnterpriseBean, SessionBean

public class SimpleStatelessSessionEJB
extends Object
implements SessionBean

See Also:
Serialized Form

Constructor Summary
SimpleStatelessSessionEJB()
           
 
Method Summary
 String echo(String message)
           
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void setSessionContext(SessionContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleStatelessSessionEJB

public SimpleStatelessSessionEJB()
Method Detail

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-2008 The Apache Geronimo development community. All Rights Reserved.