|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SIBQueuedMessageDetail
This class wrappers the detailed state of a SIB message stored on a message point.
Method Summary | |
---|---|
java.lang.String |
getApiCorrelationId()
Returns the API correlation id. |
java.lang.String |
getApiFormat()
Returns the API format (JMS:bytes, JMS:text, JMS:object, JMS:stream, JMS:map) |
java.lang.String |
getApiMessageId()
Returns the API message id. |
java.lang.String |
getApiUserid()
Returns the API user id. |
java.lang.String |
getBusDiscriminator()
Returns the discriminator used by the message. |
java.lang.Integer |
getBusPriority()
Returns the priority of the message 0-9. |
java.lang.String |
getBusReliability()
Returns the message reliability (BestEffortNonPersistent, ExpressNonPersistent, ReliableNonPersistent, ReliablePersistent, AssuredPersistent). |
java.lang.String |
getBusReplyDiscriminator()
Returns the reply discriminator. |
java.lang.Integer |
getBusReplyPriority()
Returns the reply priority of the message 0-9. |
java.lang.String |
getBusReplyReliability()
Returns the reply message reliability (BestEffortNonPersistent, ExpressNonPersistent, ReliableNonPersistent, ReliablePersistent, AssuredPersistent). |
java.lang.Long |
getBusReplyTimeToLive()
Returns the time to live in milliseconds of the reply message. |
java.lang.String |
getBusSystemMessageId()
Returns the system message id as assigned by the messaging engine. |
java.lang.Long |
getBusTimeToLive()
Returns the time to live in milliseconds. |
java.lang.String |
getExceptionMessage()
Returns the message text associated with the exceptioning of the message. when the message was exceptioned. |
java.lang.String |
getExceptionProblemDestination()
Returns the name of the destination where the problem occurred that caused this message to be exceptioned. |
java.lang.String |
getExceptionProblemSubscription()
Returns the name of the subscription that the message was intended for before being exceptioned. |
java.lang.Long |
getExceptionTimestamp()
Returns the timestamp in milliseconds since 1 Jan 1970 of when the message was exceptioned. |
java.lang.String |
getJmsDeliveryMode()
Returns the JMS delivery mode (PERSISTENT, NON_PERSISTENT). |
java.lang.String |
getJmsDestination()
Returns the JMS destination name. |
java.lang.Long |
getJmsExpiration()
Returns the JMS expriation time in milliseconds. |
java.lang.Boolean |
getJmsRedelivered()
Returns whether the JMS message has been redelivered. |
java.lang.String |
getJmsReplyTo()
Returns the JMS reply to destination name. |
java.lang.String |
getJmsType()
Returns the JMS message type (TEXT, BYTES, OBJECT, STREAM, MAP). |
java.lang.String |
getJmsxAppId()
Returns the JMS AppId |
int |
getJmsxDeliveryCount()
Returns the JMS redelivery count. |
byte[] |
getJsApiMessageIdAsBytes()
Returns the API message id. |
int |
getJsApproximateLength()
Returns the approximate length of the queued message. |
byte[] |
getJsCorrelationIdAsBytes()
Returns the correlation id. |
java.lang.Long |
getJsCurrentMEArrivalTimestamp()
Returns the time in milliseconds since the message arrived at this messaging engine. |
java.lang.String |
getJsMessageType()
Returns the SIB message type (JMS, TRM, SUBSCRIPTION, SDO, UNKNOWN). |
java.lang.Long |
getJsMessageWaitTime()
Returns the time in milliseconds that the message has been waiting on this message point. |
java.lang.String |
getJsProducerType()
Returns type of the producer of this message (MP, TRM, API, PSB, UNKNOWN). |
java.lang.Integer |
getJsRedeliveredCount()
Returns the number of attempts to deliver this message. |
java.lang.String |
getJsSecurityUserid()
Returns Security userid associated with this message. |
java.lang.Long |
getJsTimestamp()
Returns the timestamp in milliseconds since 1 Jan 1970 of when the message was originally sent. |
java.lang.String |
getType()
Returns the specific message type. |
Methods inherited from interface com.ibm.websphere.sib.admin.SIBQueuedMessage |
---|
getApproximateLength, getId, getName, getState, getSystemMessageId, getTransactionId |
Method Detail |
---|
java.lang.String getType()
getType
in interface SIBQueuedMessage
java.lang.String getBusDiscriminator()
java.lang.Integer getBusPriority()
java.lang.String getBusReliability()
java.lang.Long getBusTimeToLive()
java.lang.String getBusReplyDiscriminator()
java.lang.Integer getBusReplyPriority()
java.lang.String getBusReplyReliability()
java.lang.Long getBusReplyTimeToLive()
java.lang.String getBusSystemMessageId()
java.lang.Long getExceptionTimestamp()
java.lang.String getExceptionMessage()
java.lang.String getExceptionProblemSubscription()
java.lang.String getExceptionProblemDestination()
java.lang.String getJsMessageType()
int getJsApproximateLength()
java.lang.Long getJsTimestamp()
java.lang.Long getJsMessageWaitTime()
java.lang.Long getJsCurrentMEArrivalTimestamp()
java.lang.Integer getJsRedeliveredCount()
java.lang.String getJsSecurityUserid()
java.lang.String getJsProducerType()
byte[] getJsApiMessageIdAsBytes()
byte[] getJsCorrelationIdAsBytes()
java.lang.String getApiMessageId()
java.lang.String getApiCorrelationId()
java.lang.String getApiUserid()
java.lang.String getApiFormat()
java.lang.String getJmsDeliveryMode()
java.lang.Long getJmsExpiration()
java.lang.String getJmsDestination()
java.lang.String getJmsReplyTo()
java.lang.Boolean getJmsRedelivered()
java.lang.String getJmsType()
int getJmsxDeliveryCount()
java.lang.String getJmsxAppId()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |