com.ibm.websphere.sib.admin

Interface SIBRemoteMessageDetail

All Superinterfaces:
SIBRemoteMessage
All known subinterfaces:
SIBReceivedMessageDetail, SIBRequestMessageDetail, SIBTransmitMessageDetail

  1. public interface SIBRemoteMessageDetail
  2. extends SIBRemoteMessage

Method Summary

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

Method Detail

getType

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

getBusDiscriminator

  1. java.lang.String getBusDiscriminator( )

getBusPriority

  1. java.lang.Integer getBusPriority( )

getBusReliability

  1. java.lang.String getBusReliability( )

getBusTimeToLive

  1. java.lang.Long getBusTimeToLive( )

getBusReplyDiscriminator

  1. java.lang.String getBusReplyDiscriminator( )

getBusReplyPriority

  1. java.lang.Integer getBusReplyPriority( )

getBusReplyReliability

  1. java.lang.String getBusReplyReliability( )

getBusReplyTimeToLive

  1. java.lang.Long getBusReplyTimeToLive( )

getBusSystemMessageId

  1. java.lang.String getBusSystemMessageId( )

getJsMessageType

  1. java.lang.String getJsMessageType( )

getJsApproximateLength

  1. int getJsApproximateLength()

getJsTimestamp

  1. java.lang.Long getJsTimestamp()

getJsMessageWaitTime

  1. java.lang.Long getJsMessageWaitTime( )

getJsCurrentMEArrivalTimestamp

  1. java.lang.Long getJsCurrentMEArrivalTimestamp( )

getJsRedeliveredCount

  1. java.lang.Integer getJsRedeliveredCount( )

getJsSecurityUserid

  1. java.lang.String getJsSecurityUserid( )

getJsProducerType

  1. java.lang.String getJsProducerType( )

getJsApiMessageIdAsBytes

  1. byte[] getJsApiMessageIdAsBytes( )

getJsCorrelationIdAsBytes

  1. byte[] getJsCorrelationIdAsBytes( )

getApiMessageId

  1. java.lang.String getApiMessageId( )

getApiCorrelationId

  1. java.lang.String getApiCorrelationId( )

getApiUserid

  1. java.lang.String getApiUserid()

getApiFormat

  1. java.lang.String getApiFormat()

getJmsDeliveryMode

  1. java.lang.String getJmsDeliveryMode( )

getJmsExpiration

  1. java.lang.Long getJmsExpiration( )

getJmsDestination

  1. java.lang.String getJmsDestination( )

getJmsReplyTo

  1. java.lang.String getJmsReplyTo( )

getJmsRedelivered

  1. java.lang.Boolean getJmsRedelivered( )

getJmsType

  1. java.lang.String getJmsType()

getJmsxDeliveryCount

  1. int getJmsxDeliveryCount()

getJmsxAppId

  1. java.lang.String getJmsxAppId()