WebSphere:*,type=SIBMediationPoint
MBean SIBMediationPoint
Management interface for a SIBMediationPoint
Attribute Summary | |
java.lang.String | currentState The current, effective, state of the MediationPoint |
java.lang.Long | depth The number of messages queued on this MediationPoint |
java.lang.String | mediationName The name of the mediation associated with this MediationPoint |
Attributes inherited from MBean SIBMessagePoint |
id , identifier , highMessageThreshold , sendAllowed |
Operation Summary | |
void | stop() Stop the MediationPoint |
java.lang.String | getReason() Get the reason why the mediation is the current state |
java.lang.String | getReason( Get the reason why the mediation is the current state |
void | start() Start the MediationPoint |
com.ibm.websphere.sib.admin.SIBQueuedMessage[] | getQueuedMessages() List information on all messages localized to this MediationPoint |
com.ibm.websphere.sib.admin.SIBQueuedMessage | getQueuedMessage( Get information on a specific message on this MediationPoint |
com.ibm.websphere.sib.admin.SIBQueuedMessageDetail | getQueuedMessageDetail( Get detailed information on a specific message on this MediationPoint |
com.ibm.websphere.sib.admin.SIBQueuedMessageDetail | getQueuedMessageDetail( Get detailed information on a specific message on this QueuePoint |
byte[] | getMessageData( Return data from a specific message on a specific Mediation Point |
void | deleteQueuedMessage( Delete a specific message on this QueuePoint |
Notification Summary | |
SIB.mediation.new.state The Mediation Point has changed to a new state. |
Notifications inherited from MBean SIBMessagePoint |
SIB.messagepoint.send.allowed.state , SIB.messagepoint.receive.allowed.state , SIB.messagepoint.depth.threshold.reached |
Attribute Detail |
public java.lang.String currentState
public java.lang.Long depth
public java.lang.String mediationName
Operation Detail |
public void stop()
public java.lang.String getReason()
public java.lang.String getReason(java.util.Locale locale
)
locale
-
The locale in which the reason string should be returned
public void start()
public com.ibm.websphere.sib.admin.SIBQueuedMessage[] getQueuedMessages()
public com.ibm.websphere.sib.admin.SIBQueuedMessage getQueuedMessage(java.lang.String messageId
)
messageId
-
The ID of the Message as derived from the SIBQueuedMessage class
public com.ibm.websphere.sib.admin.SIBQueuedMessageDetail getQueuedMessageDetail(java.lang.String messageId
)
messageId
-
The ID of the Message as derived from the SIBQueuedMessage class
public com.ibm.websphere.sib.admin.SIBQueuedMessageDetail getQueuedMessageDetail(java.lang.String messageId,
java.util.Locale locale
)
messageId
-
The ID of the Message as derived from the SIBQueuedMessage classlocale
-
The Locale for which to return any exception messages
public byte[] getMessageData(java.lang.String messageId,
java.lang.Integer size
)
messageId
-
The ID of the Message as derived from the SIBQueuedMessage classsize
-
The number of bytes to return
public void deleteQueuedMessage(java.lang.String messageId,
java.lang.Boolean move
)
messageId
-
The ID of the Message as derived from the SIBQueuedMessage classmove
-
Whether the message should be moved to the Exception Destination rather than discardedNotification Detail |