IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.samples.business.sna.lu0.host.event
Class DummyLu0SessionEventListener

java.lang.Object
  extended bycom.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


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

Constructor Detail

DummyLu0SessionEventListener

public DummyLu0SessionEventListener()
Method Detail

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

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005