IBM Branch Transformation Toolkit Javadoc

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

All Known Implementing Classes:
Lu62ManagedConnection.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

public void conversationEstablished(Lu62ConversationEvent event)
                             throws Lu62Exception
Throws:
Lu62Exception

conversationNotEstablished

public void conversationNotEstablished(Lu62ConversationEvent event)
                                throws Lu62Exception
Throws:
Lu62Exception

data

public void data(Lu62ConversationEvent event)
          throws Lu62Exception
Throws:
Lu62Exception

dataCancelled

public void dataCancelled(Lu62ConversationEvent event)
                   throws Lu62Exception
Throws:
Lu62Exception

errorReceived

public void errorReceived(Lu62ConversationEvent event)
                   throws Lu62Exception
Throws:
Lu62Exception

confirmedReceived

public void confirmedReceived(Lu62ConversationEvent event)
                       throws Lu62Exception
Throws:
Lu62Exception

conversationDown

public void conversationDown(Lu62ConversationEvent event)
                      throws Lu62Exception
Throws:
Lu62Exception

conversationClosed

public void conversationClosed(Lu62ConversationEvent event)
                        throws Lu62Exception
Throws:
Lu62Exception

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005