com.ibm.websphere.sib.admin

Interface SIBMessageRequest

All Superinterfaces:
SIBTransmitMessageRequest

  1. public interface SIBMessageRequest
  2. extends SIBTransmitMessageRequest
This class specifies the properties of a remote message request received from a remote message point.

Method Summary

Modifier and Type Method and Description
  1. long
getCompletionTime()
Get the completion time of the message request (-1 = INFINITE).
  1. java.lang.String
getMessageSelection()
Get the message selector string used by the request.
Methods inherited from interface com.ibm.websphere.sib.admin.SIBTransmitMessageRequest
getEndTick, getId, getName, getRemoteEngineUuid, getStartTick, getState, getTransactionId, getType

Method Detail

getCompletionTime

  1. long getCompletionTime()
Get the completion time of the message request (-1 = INFINITE).
Returns:
long The completion time.

getMessageSelection

  1. java.lang.String getMessageSelection( )
Get the message selector string used by the request.
Returns:
String Request message selector.