com.ibm.btt.samples.business.sna.lu0.host.event
Class DummyLu0SessionEventListener
java.lang.Object
com.ibm.btt.samples.business.sna.lu0.host.event.DummyLu0SessionEventListener
- All Implemented Interfaces:
- java.util.EventListener
- Direct Known Subclasses:
- DummyLu0ManagedConnection.DummyLu0SessionEventHandler
- public abstract class DummyLu0SessionEventListener
- extends java.lang.Object
- implements java.util.EventListener
Base event listener class to handle LU0 Connector events
see com.ibm.btt.samples.business.sna.lu0.DummyLu0ManagedConnection.Lu0SessionEventHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyLu0SessionEventListener
public DummyLu0SessionEventListener()
bidReceived
public void bidReceived(DummyLu0SessionEvent event)
throws DummyLu0Exception
- Throws:
DummyLu0Exception
sessionEstablished
public void sessionEstablished(DummyLu0SessionEvent event)
throws DummyLu0Exception
- Throws:
DummyLu0Exception
sessionNotEstablished
public void sessionNotEstablished(DummyLu0SessionEvent event)
throws DummyLu0Exception
- Throws:
DummyLu0Exception
message
public void message(DummyLu0SessionEvent event)
throws DummyLu0Exception
- Throws:
DummyLu0Exception
messageCancelled
public void messageCancelled(DummyLu0SessionEvent event)
throws DummyLu0Exception
- Throws:
DummyLu0Exception
unsolicitedMessage
public void unsolicitedMessage(DummyLu0SessionEvent event)
throws DummyLu0Exception
- Throws:
DummyLu0Exception
unsolicitedMessageCancelled
public void unsolicitedMessageCancelled(DummyLu0SessionEvent event)
throws DummyLu0Exception
- Throws:
DummyLu0Exception
sessionClosed
public void sessionClosed(DummyLu0SessionEvent event)
throws DummyLu0Exception
- Throws:
DummyLu0Exception
sessionDown
public void sessionDown(DummyLu0SessionEvent event)
throws DummyLu0Exception
- Throws:
DummyLu0Exception
positiveResponse
public void positiveResponse(DummyLu0SessionEvent event)
throws DummyLu0Exception
- Throws:
DummyLu0Exception
negativeResponse
public void negativeResponse(DummyLu0SessionEvent event)
throws DummyLu0Exception
- Throws:
DummyLu0Exception
(c) Copyright IBM Corporation 1998, 2005