com.ibm.websphere.sib.admin
Interface SIBMessageRequest
All Superinterfaces:
- public interface SIBMessageRequest
- extends SIBTransmitMessageRequest
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCompletionTime()
Get the completion time of the message request (-1 =
INFINITE).
|
|
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
- long getCompletionTime()
Get the completion time of the message request (-1 =
INFINITE).
Returns:
long The completion time.
getMessageSelection
- java.lang.String getMessageSelection( )
Get the message selector string used by the request.
Returns:
String Request message selector.