IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.sib.admin
Interface SIBMessageRequest

All Superinterfaces:
SIBTransmitMessageRequest

public interface SIBMessageRequest
extends SIBTransmitMessageRequest

This class specifies the properties of a remote message request received from a remote message point.


Method Summary
 long getCompletionTime()
          Get the completion time of the message request (-1 = INFINITE).
 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

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.

IBM WebSphere Application ServerTM
Release 8