|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The MessageMBean interface represents a business message in a conversation.
Method Summary | |
DeliveryStatus[] |
getAllDeliveryStatus()
Gets the delivery status for all of the recipients of this business message. |
java.lang.String |
getConversationId()
Gets the conversation ID of the conversation in which this business message was sent. |
int |
getDeliveredSuccessfully()
Gets the number of destinations that this business message reached successfully. |
DeliveryStatus |
getDeliveryStatus()
Gets the delivery status from a single recipient of this business message. |
int |
getDestinations()
Gets the number of destinations to which this business message was sent. |
java.lang.String |
getMessageId()
Gets the message ID of this business message. |
java.util.Hashtable |
getMessageTracking()
Gets a Hashtable of message tracking information. |
long |
timeTaken()
Gets the time taken, in milliseconds, to deliver this business message to all of its destinations. |
Method Detail |
public java.lang.String getConversationId()
public java.lang.String getMessageId()
public long timeTaken()
public DeliveryStatus[] getAllDeliveryStatus()
public DeliveryStatus getDeliveryStatus()
public int getDestinations()
public int getDeliveredSuccessfully()
public java.util.Hashtable getMessageTracking()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |