org.jcoderz.commons
Class CommonsTestRunnerSessionSession

java.lang.Object
  extended by org.jcoderz.commons.CommonsTestRunnerSessionImpl
      extended by org.jcoderz.commons.CommonsTestRunnerSessionBean
          extended by org.jcoderz.commons.CommonsTestRunnerSessionSession
All Implemented Interfaces:
Serializable, EnterpriseBean, SessionBean, CommonsTestRunnerSessionInterface

public class CommonsTestRunnerSessionSession
extends CommonsTestRunnerSessionBean
implements SessionBean

Session layer for CommonsTestRunnerSession.

See Also:
Serialized Form

Constructor Summary
CommonsTestRunnerSessionSession()
           
 
Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void setSessionContext(SessionContext ctx)
           
 void unsetSessionContext()
           
 
Methods inherited from class org.jcoderz.commons.CommonsTestRunnerSessionImpl
runTest, runTestWithTx
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonsTestRunnerSessionSession

public CommonsTestRunnerSessionSession()
Method Detail

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface SessionBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface SessionBean

setSessionContext

public void setSessionContext(SessionContext ctx)
Specified by:
setSessionContext in interface SessionBean

unsetSessionContext

public void unsetSessionContext()

ejbRemove

public void ejbRemove()
Specified by:
ejbRemove in interface SessionBean

ejbCreate

public void ejbCreate()
               throws CreateException
Throws:
CreateException


Copyright 2007 The jCoderZ Project.