|
|||||||||
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.comms.ConversationHandler
Field Summary | |
static java.lang.String |
COMPID
|
Constructor Summary | |
ConversationHandler()
|
Method Summary | |
Handler |
confirmedReceived(Lu62ConversationService aConversation)
Executed when cofirmReceived event fired.The default behavior is empty. |
Handler |
conversationClosed(Lu62ConversationService aConversation)
Executed when conversationClosed event fired. |
Handler |
conversationDown(Lu62ConversationService aConversation)
Executed when conversationDown event fired. |
Handler |
conversationEstablished(Lu62ConversationService aConversation)
Executed when conversationEstablished event fired. |
Handler |
conversationNotEstablished(Lu62ConversationService aConversation)
Executed when conversationNotEstablished event fired. |
Handler |
data(Lu62ConversationService aConversation)
Executed when data event fired. |
Handler |
dataCancelled(Lu62ConversationService aConversation)
Executed when dataCancelled event fired. |
Handler |
dispatchEvent(DSEEventObject anEvent)
This method is called when a notifier generates the event anEvent, handled by this Handler. |
Handler |
errorReceived(Lu62ConversationService aConversation)
Executed when errorReceived event fired. |
Lu62Message |
getLastMessageRead()
Gets the lastMessageRead property. |
void |
setLastMessageRead(Lu62Message theLastMessageRead)
Sets the lastMessageRead property. |
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 |
Field Detail |
public static final java.lang.String COMPID
Constructor Detail |
public ConversationHandler()
Method Detail |
public Handler confirmedReceived(Lu62ConversationService aConversation)
aConversation
- com.ibm.dse.services.Lu62ConversationServicepublic Handler conversationClosed(Lu62ConversationService aConversation)
aConversation
- com.ibm.dse.services.Lu62ConversationServicepublic Handler conversationDown(Lu62ConversationService aConversation)
aConversation
- com.ibm.dse.services.Lu62ConversationServicepublic Handler conversationEstablished(Lu62ConversationService aConversation)
aConversation
- com.ibm.dse.services.Lu62ConversationServicepublic Handler conversationNotEstablished(Lu62ConversationService aConversation)
aConversation
- com.ibm.dse.services.Lu62ConversationServicepublic Handler data(Lu62ConversationService aConversation)
aConversation
- com.ibm.dse.services.Lu62ConversationServicepublic Handler dataCancelled(Lu62ConversationService aConversation)
aConversation
- com.ibm.dse.services.Lu62ConversationServicepublic Handler dispatchEvent(DSEEventObject anEvent)
anEvent
- com.ibm.dse.base.DSEEventObjectpublic Handler errorReceived(Lu62ConversationService aConversation)
aConversation
- com.ibm.dse.services.Lu62ConversationServicepublic Lu62Message getLastMessageRead()
setLastMessageRead(com.ibm.dse.services.comms.Lu62Message)
public void setLastMessageRead(Lu62Message 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 |