com.ibm.websphere.sib.admin
Interface SIBRemoteMessageDetail
-
- All Superinterfaces:
- SIBRemoteMessage
- All Known Subinterfaces:
- SIBReceivedMessageDetail, SIBRequestMessageDetail, SIBTransmitMessageDetail
public interface SIBRemoteMessageDetail extends SIBRemoteMessage
-
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetApiCorrelationId()java.lang.StringgetApiFormat()java.lang.StringgetApiMessageId()java.lang.StringgetApiUserid()java.lang.StringgetBusDiscriminator()java.lang.IntegergetBusPriority()java.lang.StringgetBusReliability()java.lang.StringgetBusReplyDiscriminator()java.lang.IntegergetBusReplyPriority()java.lang.StringgetBusReplyReliability()java.lang.LonggetBusReplyTimeToLive()java.lang.StringgetBusSystemMessageId()java.lang.LonggetBusTimeToLive()java.lang.StringgetJmsDeliveryMode()java.lang.StringgetJmsDestination()java.lang.LonggetJmsExpiration()java.lang.BooleangetJmsRedelivered()java.lang.StringgetJmsReplyTo()java.lang.StringgetJmsType()java.lang.StringgetJmsxAppId()intgetJmsxDeliveryCount()byte[]getJsApiMessageIdAsBytes()intgetJsApproximateLength()byte[]getJsCorrelationIdAsBytes()java.lang.LonggetJsCurrentMEArrivalTimestamp()java.lang.StringgetJsMessageType()java.lang.LonggetJsMessageWaitTime()java.lang.StringgetJsProducerType()java.lang.IntegergetJsRedeliveredCount()java.lang.StringgetJsSecurityUserid()java.lang.LonggetJsTimestamp()java.lang.StringgetType()-
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:
getTypein interfaceSIBRemoteMessage
-
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()
-
-