IBM Bank Transformation Toolkit Javadoc

com.ibm.connector2.sna.lu62.host.event
Interface Lu62ConversationEventListener

All Known Implementing Classes:
Lu62ManagedConnection.Lu62ConversationEventHandler, Lu62Work.Lu62ConversationEventHandler

public interface Lu62ConversationEventListener


Method Summary
 void confirmedReceived(Lu62ConversationEvent event)
           
 void conversationClosed(Lu62ConversationEvent event)
           
 void conversationDown(Lu62ConversationEvent event)
           
 void conversationEstablished(Lu62ConversationEvent event)
           
 void conversationNotEstablished(Lu62ConversationEvent event)
           
 void data(Lu62ConversationEvent event)
           
 void dataCancelled(Lu62ConversationEvent event)
           
 void errorReceived(Lu62ConversationEvent event)
           
 

Method Detail

conversationEstablished

void conversationEstablished(Lu62ConversationEvent event)
                             throws Lu62Exception
Throws:
Lu62Exception

conversationNotEstablished

void conversationNotEstablished(Lu62ConversationEvent event)
                                throws Lu62Exception
Throws:
Lu62Exception

data

void data(Lu62ConversationEvent event)
          throws Lu62Exception
Throws:
Lu62Exception

dataCancelled

void dataCancelled(Lu62ConversationEvent event)
                   throws Lu62Exception
Throws:
Lu62Exception

errorReceived

void errorReceived(Lu62ConversationEvent event)
                   throws Lu62Exception
Throws:
Lu62Exception

confirmedReceived

void confirmedReceived(Lu62ConversationEvent event)
                       throws Lu62Exception
Throws:
Lu62Exception

conversationDown

void conversationDown(Lu62ConversationEvent event)
                      throws Lu62Exception
Throws:
Lu62Exception

conversationClosed

void conversationClosed(Lu62ConversationEvent event)
                        throws Lu62Exception
Throws:
Lu62Exception

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008