com.ibm.connector2.sna.lu0.host.event
Class Lu0SessionEventListener
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Lu0SessionEventListener
public Lu0SessionEventListener()
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
(c) Copyright IBM Corporation 1998, 2005