test.ejb
Class StatelessSessionBean

java.lang.Object
  extended by test.ejb.StatelessSessionBean
All Implemented Interfaces:
Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean

public class StatelessSessionBean
extends Object
implements javax.ejb.SessionBean

Stateless session bean - impl.

See Also:
Serialized Form

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

Constructor Detail

StatelessSessionBean

public StatelessSessionBean()
Method Detail

echo

public String echo(String string)

ejbCreate

public void ejbCreate()

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface javax.ejb.SessionBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface javax.ejb.SessionBean

ejbRemove

public void ejbRemove()
Specified by:
ejbRemove in interface javax.ejb.SessionBean

setSessionContext

public void setSessionContext(javax.ejb.SessionContext context)
Specified by:
setSessionContext in interface javax.ejb.SessionBean


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.