org.jcoderz.commons.connector.http
Class HttpConnectorSessionSession

java.lang.Object
  extended by org.jcoderz.commons.connector.http.HttpConnectorSessionImpl
      extended by org.jcoderz.commons.connector.http.HttpConnectorSessionBean
          extended by org.jcoderz.commons.connector.http.HttpConnectorSessionSession
All Implemented Interfaces:
Serializable, EnterpriseBean, SessionBean, HttpConnectorSessionInterface, HttpConnectorEventListener

public class HttpConnectorSessionSession
extends HttpConnectorSessionBean
implements SessionBean

Session layer for HttpConnectorSession.

See Also:
Serialized Form

Constructor Summary
HttpConnectorSessionSession()
           
 
Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void setSessionContext(SessionContext ctx)
           
 void unsetSessionContext()
           
 
Methods inherited from class org.jcoderz.commons.connector.http.HttpConnectorSessionImpl
requestSend, requestSendWithRetry, responseReceived, responseReceivedAfterRetry, sendAndReceive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpConnectorSessionSession

public HttpConnectorSessionSession()
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.