org.openejb.test.simple.sfsb
Class SimpleStatefulSessionEJB
java.lang.Object
org.openejb.test.simple.sfsb.SimpleStatefulSessionEJB
- All Implemented Interfaces:
- Serializable, EnterpriseBean, SessionBean
public class SimpleStatefulSessionEJB
- 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 |
SimpleStatefulSessionEJB
public SimpleStatefulSessionEJB()
getValue
public String getValue()
setValue
public void setValue(String value)
ejbCreate
public void ejbCreate()
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.