com.ibm.websphere.sib.admin
Interface SIBRemoteMessageDetail

All Superinterfaces:
SIBRemoteMessage
All Known Subinterfaces:
SIBReceivedMessageDetail, SIBRequestMessageDetail, SIBTransmitMessageDetail

public interface SIBRemoteMessageDetail
extends SIBRemoteMessage


Method Summary
 java.lang.String getApiCorrelationId()
           
 java.lang.String getApiFormat()
           
 java.lang.String getApiMessageId()
           
 java.lang.String getApiUserid()
           
 java.lang.String getBusDiscriminator()
           
 java.lang.Integer getBusPriority()
           
 java.lang.String getBusReliability()
           
 java.lang.String getBusReplyDiscriminator()
           
 java.lang.Integer getBusReplyPriority()
           
 java.lang.String getBusReplyReliability()
           
 java.lang.Long getBusReplyTimeToLive()
           
 java.lang.String getBusSystemMessageId()
           
 java.lang.Long getBusTimeToLive()
           
 java.lang.String getJmsDeliveryMode()
           
 java.lang.String getJmsDestination()
           
 java.lang.Long getJmsExpiration()
           
 java.lang.Boolean getJmsRedelivered()
           
 java.lang.String getJmsReplyTo()
           
 java.lang.String getJmsType()
           
 java.lang.String getJmsxAppId()
           
 int getJmsxDeliveryCount()
           
 byte[] getJsApiMessageIdAsBytes()
           
 int getJsApproximateLength()
           
 byte[] getJsCorrelationIdAsBytes()
           
 java.lang.Long getJsCurrentMEArrivalTimestamp()
           
 java.lang.String getJsMessageType()
           
 java.lang.Long getJsMessageWaitTime()
           
 java.lang.String getJsProducerType()
           
 java.lang.Integer getJsRedeliveredCount()
           
 java.lang.String getJsSecurityUserid()
           
 java.lang.Long getJsTimestamp()
           
 java.lang.String getType()
           
 
Methods inherited from interface com.ibm.websphere.sib.admin.SIBRemoteMessage
getEndTick, getId, getName, getRemoteEngineUuid, getStartTick, getState, getTransactionId
 

Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface SIBRemoteMessage

getBusDiscriminator

public java.lang.String getBusDiscriminator()

getBusPriority

public java.lang.Integer getBusPriority()

getBusReliability

public java.lang.String getBusReliability()

getBusTimeToLive

public java.lang.Long getBusTimeToLive()

getBusReplyDiscriminator

public java.lang.String getBusReplyDiscriminator()

getBusReplyPriority

public java.lang.Integer getBusReplyPriority()

getBusReplyReliability

public java.lang.String getBusReplyReliability()

getBusReplyTimeToLive

public java.lang.Long getBusReplyTimeToLive()

getBusSystemMessageId

public java.lang.String getBusSystemMessageId()

getJsMessageType

public java.lang.String getJsMessageType()

getJsApproximateLength

public int getJsApproximateLength()

getJsTimestamp

public java.lang.Long getJsTimestamp()

getJsMessageWaitTime

public java.lang.Long getJsMessageWaitTime()

getJsCurrentMEArrivalTimestamp

public java.lang.Long getJsCurrentMEArrivalTimestamp()

getJsRedeliveredCount

public java.lang.Integer getJsRedeliveredCount()

getJsSecurityUserid

public java.lang.String getJsSecurityUserid()

getJsProducerType

public java.lang.String getJsProducerType()

getJsApiMessageIdAsBytes

public byte[] getJsApiMessageIdAsBytes()

getJsCorrelationIdAsBytes

public byte[] getJsCorrelationIdAsBytes()

getApiMessageId

public java.lang.String getApiMessageId()

getApiCorrelationId

public java.lang.String getApiCorrelationId()

getApiUserid

public java.lang.String getApiUserid()

getApiFormat

public java.lang.String getApiFormat()

getJmsDeliveryMode

public java.lang.String getJmsDeliveryMode()

getJmsExpiration

public java.lang.Long getJmsExpiration()

getJmsDestination

public java.lang.String getJmsDestination()

getJmsReplyTo

public java.lang.String getJmsReplyTo()

getJmsRedelivered

public java.lang.Boolean getJmsRedelivered()

getJmsType

public java.lang.String getJmsType()

getJmsxDeliveryCount

public int getJmsxDeliveryCount()

getJmsxAppId

public java.lang.String getJmsxAppId()