com.ibm.dse.services.comms
Class SessionDownHandler

java.lang.Object
  |
  +--com.ibm.dse.base.DSEHandler
        |
        +--com.ibm.dse.services.comms.SessionDownHandler

public class SessionDownHandler
extends DSEHandler

Handles events sessionDown, sessionClosed and sessionNotEstablished generated by Lu0SnaSession.


Field Summary
static java.lang.String COMPID
           
 
Constructor Summary
SessionDownHandler()
           
 
Method Summary
 Handler dispatchEvent(DSEEventObject anEvent)
          This method is called when a notifier generates the event anEvent, handled by this Handler.
 Handler sessionClosed(Lu0SnaSessionService aSession)
          Executed when sessionClosed event fired.The default behavior is empty.
 Handler sessionDown(Lu0SnaSessionService aSession)
          Executed when sessionDown event fired.The default behavior is empty.
 Handler sessionNotEstablished(Lu0SnaSessionService aSession)
          .
 
Methods inherited from class com.ibm.dse.base.DSEHandler
handleEvent, handleEvent, stopHandlingEvent, stopHandlingEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPID

public static final java.lang.String COMPID
Constructor Detail

SessionDownHandler

public SessionDownHandler()
Method Detail

dispatchEvent

public Handler dispatchEvent(DSEEventObject anEvent)
This method is called when a notifier generates the event anEvent, handled by this Handler.
Overrides:
dispatchEvent in class DSEHandler
Parameters:
anEvent - com.ibm.dse.base.DSEEventObject
Returns:
com.ibm.dse.base.Handler

sessionClosed

public Handler sessionClosed(Lu0SnaSessionService aSession)
Executed when sessionClosed event fired.The default behavior is empty.
Parameters:
aSession - com.ibm.dse.services.Lu0SnaSession
Returns:
com.ibm.dse.base.Handler

sessionDown

public Handler sessionDown(Lu0SnaSessionService aSession)
Executed when sessionDown event fired.The default behavior is empty.
Parameters:
aSession - com.ibm.dse.services.Lu0SnaSession
Returns:
com.ibm.dse.base.Handler

sessionNotEstablished

public Handler sessionNotEstablished(Lu0SnaSessionService aSession)
. Executed when sessionNotEstablished event fired.The default behavior is empty.
Parameters:
aSession - com.ibm.dse.services.Lu0SnaSession
Returns:
com.ibm.dse.base.Handler