IBM WebSphere Application ServerTM
Release 8

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

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()

IBM WebSphere Application ServerTM
Release 8