|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.base.BTTProcessorHandler
com.ibm.btt.services.mq.ConnectionHandler
public class ConnectionHandler
This class represents the default handler for MQConnection class.
Constructor Summary | |
---|---|
ConnectionHandler()
|
Method Summary | |
---|---|
ProcessorHandler |
closed(MQConnectionService aConnection)
Reads the message (default behavior). |
ProcessorHandler |
dispatchEvent(BTTProcessorEventObject anEvent)
Handles session events. |
ProcessorHandler |
error(MQConnectionService aConnection)
Reads the message (default behaviur). |
java.lang.Object |
getLastMessageRead()
Gets the lastMessageRead property (com.ibm.mq) or (com.ibm.mqbind) value. |
ProcessorHandler |
message(BTTProcessorEventObject anEvent)
Reads the message (default behavior). |
ProcessorHandler |
opened(MQConnectionService aConnection)
Reads the message (default behavior). |
void |
setLastMessageRead(CCMessage theLastMessageRead)
Sets the lastMessageRead property (com.ibm.mq) or (com.ibm.mqbind) value. |
void |
setLastMessageRead(java.lang.Object theLastMessageRead)
Sets the lastMessageRead property (com.ibm.mq) or (com.ibm.mqbind) value. |
Methods inherited from class com.ibm.btt.base.BTTProcessorHandler |
---|
handleEvent, handleEvent, stopHandlingEvent, stopHandlingEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionHandler()
Method Detail |
---|
public ProcessorHandler closed(MQConnectionService aConnection)
aConnection
- com.ibm.btt.services.mq.MQConnection
public ProcessorHandler dispatchEvent(BTTProcessorEventObject anEvent)
dispatchEvent
in interface ProcessorHandler
dispatchEvent
in class BTTProcessorHandler
anEvent
- com.ibm.btt.base.DSEEventObject
public ProcessorHandler error(MQConnectionService aConnection)
aConnection
- com.ibm.btt.services.mq.MQConnection
public java.lang.Object getLastMessageRead()
setLastMessageRead(java.lang.Object)
public ProcessorHandler message(BTTProcessorEventObject anEvent)
anEvent
- com.ibm.btt.base.DSEEventObject
public ProcessorHandler opened(MQConnectionService aConnection)
aConnection
- com.ibm.btt.services.mq.MQConnection
public void setLastMessageRead(java.lang.Object theLastMessageRead)
theLastMessageRead
- - The new value for the property.getLastMessageRead()
public void setLastMessageRead(CCMessage theLastMessageRead)
theLastMessageRead
- - The new value for the property.getLastMessageRead()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |