IBM Branch Transformation Toolkit Javadoc

com.ibm.connector2.sna.lu0.host.event
Class Lu0SessionEventListener

java.lang.Object
  extended bycom.ibm.connector2.sna.lu0.host.event.Lu0SessionEventListener
All Implemented Interfaces:
java.util.EventListener
Direct Known Subclasses:
Lu0ManagedConnection.Lu0SessionEventHandler

public abstract class Lu0SessionEventListener
extends java.lang.Object
implements java.util.EventListener

Base event listener class to handle LU0 Connector events see com.ibm.connector2.sna.lu0.Lu0ManagedConnection.Lu0SessionEventHandler


Constructor Summary
Lu0SessionEventListener()
           
 
Method Summary
 void bidReceived(Lu0SessionEvent event)
           
 void message(Lu0SessionEvent event)
           
 void messageCancelled(Lu0SessionEvent event)
           
 void negativeResponse(Lu0SessionEvent event)
           
 void positiveResponse(Lu0SessionEvent event)
           
 void sessionClosed(Lu0SessionEvent event)
           
 void sessionDown(Lu0SessionEvent event)
           
 void sessionEstablished(Lu0SessionEvent event)
           
 void sessionNotEstablished(Lu0SessionEvent event)
           
 void unsolicitedMessage(Lu0SessionEvent event)
           
 void unsolicitedMessageCancelled(Lu0SessionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lu0SessionEventListener

public Lu0SessionEventListener()
Method Detail

bidReceived

public void bidReceived(Lu0SessionEvent event)
                 throws Lu0Exception
Throws:
Lu0Exception

sessionEstablished

public void sessionEstablished(Lu0SessionEvent event)
                        throws Lu0Exception
Throws:
Lu0Exception

sessionNotEstablished

public void sessionNotEstablished(Lu0SessionEvent event)
                           throws Lu0Exception
Throws:
Lu0Exception

message

public void message(Lu0SessionEvent event)
             throws Lu0Exception
Throws:
Lu0Exception

messageCancelled

public void messageCancelled(Lu0SessionEvent event)
                      throws Lu0Exception
Throws:
Lu0Exception

unsolicitedMessage

public void unsolicitedMessage(Lu0SessionEvent event)
                        throws Lu0Exception
Throws:
Lu0Exception

unsolicitedMessageCancelled

public void unsolicitedMessageCancelled(Lu0SessionEvent event)
                                 throws Lu0Exception
Throws:
Lu0Exception

sessionClosed

public void sessionClosed(Lu0SessionEvent event)
                   throws Lu0Exception
Throws:
Lu0Exception

sessionDown

public void sessionDown(Lu0SessionEvent event)
                 throws Lu0Exception
Throws:
Lu0Exception

positiveResponse

public void positiveResponse(Lu0SessionEvent event)
                      throws Lu0Exception
Throws:
Lu0Exception

negativeResponse

public void negativeResponse(Lu0SessionEvent event)
                      throws Lu0Exception
Throws:
Lu0Exception

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005