com.ibm.websphere.sib.admin
Interface SIBRemoteMessageDetail
All Superinterfaces:
All known subinterfaces:
- public interface SIBRemoteMessageDetail
- extends SIBRemoteMessage
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getApiCorrelationId()
|
|
getApiFormat()
|
|
getApiMessageId()
|
|
getApiUserid()
|
|
getBusDiscriminator()
|
|
getBusPriority()
|
|
getBusReliability()
|
|
getBusReplyDiscriminator()
|
|
getBusReplyPriority()
|
|
getBusReplyReliability()
|
|
getBusReplyTimeToLive()
|
|
getBusSystemMessageId()
|
|
getBusTimeToLive()
|
|
getJmsDeliveryMode()
|
|
getJmsDestination()
|
|
getJmsExpiration()
|
|
getJmsRedelivered()
|
|
getJmsReplyTo()
|
|
getJmsType()
|
|
getJmsxAppId()
|
|
getJmsxDeliveryCount()
|
|
getJsApiMessageIdAsBytes()
|
|
getJsApproximateLength()
|
|
getJsCorrelationIdAsBytes()
|
|
getJsCurrentMEArrivalTimestamp()
|
|
getJsMessageType()
|
|
getJsMessageWaitTime()
|
|
getJsProducerType()
|
|
getJsRedeliveredCount()
|
|
getJsSecurityUserid()
|
|
getJsTimestamp()
|
|
getType()
|
Methods inherited from interface com.ibm.websphere.sib.admin.SIBRemoteMessage |
---|
getEndTick, getId, getName, getRemoteEngineUuid, getStartTick, getState, getTransactionId |
Method Detail
getType
- java.lang.String getType()
Specified by:
getType
in interface SIBRemoteMessage
getBusDiscriminator
- java.lang.String getBusDiscriminator( )
getBusPriority
- java.lang.Integer getBusPriority( )
getBusReliability
- java.lang.String getBusReliability( )
getBusTimeToLive
- java.lang.Long getBusTimeToLive( )
getBusReplyDiscriminator
- java.lang.String getBusReplyDiscriminator( )
getBusReplyPriority
- java.lang.Integer getBusReplyPriority( )
getBusReplyReliability
- java.lang.String getBusReplyReliability( )
getBusReplyTimeToLive
- java.lang.Long getBusReplyTimeToLive( )
getBusSystemMessageId
- java.lang.String getBusSystemMessageId( )
getJsMessageType
- java.lang.String getJsMessageType( )
getJsApproximateLength
- int getJsApproximateLength()
getJsTimestamp
- java.lang.Long getJsTimestamp()
getJsMessageWaitTime
- java.lang.Long getJsMessageWaitTime( )
getJsCurrentMEArrivalTimestamp
- java.lang.Long getJsCurrentMEArrivalTimestamp( )
getJsRedeliveredCount
- java.lang.Integer getJsRedeliveredCount( )
getJsSecurityUserid
- java.lang.String getJsSecurityUserid( )
getJsProducerType
- java.lang.String getJsProducerType( )
getJsApiMessageIdAsBytes
- byte[] getJsApiMessageIdAsBytes( )
getJsCorrelationIdAsBytes
- byte[] getJsCorrelationIdAsBytes( )
getApiMessageId
- java.lang.String getApiMessageId( )
getApiCorrelationId
- java.lang.String getApiCorrelationId( )
getApiUserid
- java.lang.String getApiUserid()
getApiFormat
- java.lang.String getApiFormat()
getJmsDeliveryMode
- java.lang.String getJmsDeliveryMode( )
getJmsExpiration
- java.lang.Long getJmsExpiration( )
getJmsDestination
- java.lang.String getJmsDestination( )
getJmsReplyTo
- java.lang.String getJmsReplyTo( )
getJmsRedelivered
- java.lang.Boolean getJmsRedelivered( )
getJmsType
- java.lang.String getJmsType()
getJmsxDeliveryCount
- int getJmsxDeliveryCount()
getJmsxAppId
- java.lang.String getJmsxAppId()