com.ibm.websphere.sib.admin
Interface SIBRemoteMessageRequest
All Superinterfaces:
- public interface SIBRemoteMessageRequest
- extends SIBRemoteMessage
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getCompletionTime()
|
|
getEndTick()
|
|
getId()
|
|
getMessageSelection()
|
|
getName()
|
|
getRemoteEngineUuid()
|
|
getStartTick()
|
|
getState()
|
|
getTransactionId()
|
|
getType()
|
Method Detail
getId
- java.lang.String getId()
Specified by:
getId in interface SIBRemoteMessage
getName
- java.lang.String getName()
Specified by:
getName in interface SIBRemoteMessage
getEndTick
- long getEndTick()
Specified by:
getEndTick in interface SIBRemoteMessage
getRemoteEngineUuid
- java.lang.String getRemoteEngineUuid( )
Specified by:
getRemoteEngineUuid in interface SIBRemoteMessage
getStartTick
- long getStartTick()
Specified by:
getStartTick in interface SIBRemoteMessage
getState
- java.lang.String getState()
Specified by:
getState in interface SIBRemoteMessage
getTransactionId
- java.lang.String getTransactionId( )
Specified by:
getTransactionId in interface SIBRemoteMessage
getType
- java.lang.String getType()
Specified by:
getType in interface SIBRemoteMessage
getCompletionTime
- long getCompletionTime()
getMessageSelection
- java.lang.String getMessageSelection( )