|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.base.DSEHandler | +--com.ibm.dse.services.mq.ConnectionHandler
This class represents the default handler for MQConnection class.
Constructor Summary | |
ConnectionHandler()
|
Method Summary | |
Handler |
closed(MQConnectionService aConnection)
The default behaviour reads the message.It only applies when working in asynchronous mode. |
Handler |
dispatchEvent(DSEEventObject anEvent)
Handles session events. |
Handler |
error(MQConnectionService aConnection)
The default behaviour reads the message.It only applies when working in asynchronous mode. |
java.lang.Object |
getLastMessageRead()
Gets the lastMessageRead property (com.ibm.mq) or (com.ibm.mqbind) value. |
Handler |
message(DSEEventObject anEvent)
The default behaviour reads the message.It only applies when working in asynchronous mode. |
Handler |
opened(MQConnectionService aConnection)
The default behaviour reads the message.It only applies when working in asynchronous mode. |
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.dse.base.DSEHandler |
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 Handler closed(MQConnectionService aConnection)
aConnection
- com.ibm.dse.services.mq.MQConnectionpublic Handler dispatchEvent(DSEEventObject anEvent)
anEvent
- com.ibm.dse.base.DSEEventObjectpublic Handler error(MQConnectionService aConnection)
aConnection
- com.ibm.dse.services.mq.MQConnectionpublic java.lang.Object getLastMessageRead()
setLastMessageRead(com.ibm.dse.services.comms.CCMessage)
public Handler message(DSEEventObject anEvent)
anEvent
- com.ibm.dse.base.DSEEventObjectpublic Handler opened(MQConnectionService aConnection)
aConnection
- com.ibm.dse.services.mq.MQConnectionpublic void setLastMessageRead(CCMessage theLastMessageRead)
theLastMessageRead
- The new value for the property.getLastMessageRead()
public void setLastMessageRead(java.lang.Object theLastMessageRead)
theLastMessageRead
- The new value for the property.getLastMessageRead()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |