WebSphere:*,type=WSRMApplicationMBean
MBean WSRMApplicationMBean
Management interface for a WS-ReliableMessaging enabled application
Operation Summary | |
java.lang.String | getMBeanID() Get the ID String used to identify this MBean |
com.ibm.ws.websvcs.rm.mbeans.dao.StorageManagerDetail | getStorageManagerDetails() Deprecated v7. |
com.ibm.ws.websvcs.rm.mbeans.dao.StorageManagerDetail | getStorageManagerDetails( Deprecated v7. |
com.ibm.websphere.websvcs.rm.StorageManagerDetail | getStorageManagerDetail( Returns information about the StorageManager being controlled in the specified locale. |
java.lang.Boolean | hasProblemInboundSequences() Returns true if there are any inbound WS-ReliableMessaging sequences that require user attention. |
java.lang.Boolean | hasWarningInboundSequences() Returns true if there are any inbound WS-ReliableMessaging sequences that might require user attention. |
java.lang.Boolean | hasProblemOutboundSequences() Returns true if there are any outbound WS-ReliableMessaging sequences that require user attention. |
java.lang.Boolean | hasWarningOutboundSequences() Returns true if there are any outbound WS-ReliableMessaging sequences that might require user attention. |
java.util.Collection | getAllProblemInboundSequences() Returns a collection that contains an instance of com. |
java.util.Collection | getAllWarningInboundSequences() Returns a collection that contains an instance of com. |
java.util.Collection | getAllProblemOutboundSequences() Returns a collection that contains an instance of com. |
java.util.Collection | getAllWarningOutboundSequences() Returns a collection that contains an instance of com. |
java.util.Collection | getAllInboundSequences() Returns a collection that contains an instance of com. |
java.util.Collection | getAllOutboundSequences() Returns a collection that contains an instance of com. |
java.util.Collection | getAllOutboundMessagesOnSequence( Deprecated v7. |
java.util.Collection | getAllOutboundMessagesOnSequence( Returns a collection that contains an instance of com. |
java.util.Collection | getAllInboundMessagesOnSequence( Deprecated v7. |
java.util.Collection | getAllInboundMessagesOnSequence( Returns a collection that contains an instance of com. |
com.ibm.ws.websvcs.rm.mbeans.dao.SequenceData | refreshSequenceData( Deprecated v7. |
com.ibm.websphere.websvcs.rm.SequenceData | refreshSequenceData( Refreshes the data for a particular sequence. |
void | reallocateMessagesOnOutboundSequence( Deprecated v7. |
void | reallocateMessagesOnOutboundSequence( Reallocate all messages on the outbound WS-ReliableMessaging sequence on to a different sequence. |
void | forceDispatchOfMessagesOnInboundSequence( Deprecated v7. |
void | forceDispatchOfMessagesOnInboundSequence( Dispatch all messages on the inbound WS-ReliableMessaging sequence to the application. |
byte[][] | writeMessagesToDisk( Deprecated - use method taking parameter com. |
byte[][] | writeMessagesToDisk( Write all outstanding messages on the WS-ReliableMessaging sequence to bytes. |
void | closeSequence( Deprecated v7. |
void | closeSequence( Close the WS-ReliableMessaging sequence so that it will not accept any new messages. |
void | terminateSequence( Deprecated v7. |
void | terminateSequence( Terminate the WS-ReliableMessaging sequence. |
void | deleteMessage( Deprecated v7. |
void | deleteMessage( Deletes the message from the store. |
void | deleteSequence( Deprecated v7. |
void | deleteSequence( Deletes all sequence data from the store without any terminate or close operations. |
Operation Detail |
public java.lang.String getMBeanID()
public com.ibm.ws.websvcs.rm.mbeans.dao.StorageManagerDetail getStorageManagerDetails()
public com.ibm.ws.websvcs.rm.mbeans.dao.StorageManagerDetail getStorageManagerDetails(java.util.Locale data
)
data
-
The locale to obtain data with
public com.ibm.websphere.websvcs.rm.StorageManagerDetail getStorageManagerDetail(java.util.Locale data
)
data
-
The locale to obtain data with
public java.lang.Boolean hasProblemInboundSequences()
public java.lang.Boolean hasWarningInboundSequences()
public java.lang.Boolean hasProblemOutboundSequences()
public java.lang.Boolean hasWarningOutboundSequences()
public java.util.Collection getAllProblemInboundSequences()
public java.util.Collection getAllWarningInboundSequences()
public java.util.Collection getAllProblemOutboundSequences()
public java.util.Collection getAllWarningOutboundSequences()
public java.util.Collection getAllInboundSequences()
public java.util.Collection getAllOutboundSequences()
public java.util.Collection getAllOutboundMessagesOnSequence(com.ibm.ws.websvcs.rm.mbeans.dao.OutboundSequenceData data
)
data
-
The outbound sequence
public java.util.Collection getAllOutboundMessagesOnSequence(com.ibm.websphere.websvcs.rm.OutboundSequenceData data
)
data
-
The outbound sequence
public java.util.Collection getAllInboundMessagesOnSequence(com.ibm.ws.websvcs.rm.mbeans.dao.InboundSequenceData data
)
data
-
The inbound sequence
public java.util.Collection getAllInboundMessagesOnSequence(com.ibm.websphere.websvcs.rm.InboundSequenceData data
)
data
-
The inbound sequence
public com.ibm.ws.websvcs.rm.mbeans.dao.SequenceData refreshSequenceData(com.ibm.ws.websvcs.rm.mbeans.dao.SequenceData data
)
data
-
The sequence to be refreshed.
public com.ibm.websphere.websvcs.rm.SequenceData refreshSequenceData(com.ibm.websphere.websvcs.rm.SequenceData data
)
data
-
The sequence to be refreshed.
public void reallocateMessagesOnOutboundSequence(com.ibm.ws.websvcs.rm.mbeans.dao.OutboundSequenceData data,
java.lang.String newDestinationAddress
)
data
-
The sequence to be reallocatednewDestinationAddress
-
The new destination EPR. If null then a new sequence is created to the existing destination EPR.
public void reallocateMessagesOnOutboundSequence(com.ibm.websphere.websvcs.rm.OutboundSequenceData data,
java.lang.String newDestinationAddress
)
data
-
The sequence to be reallocatednewDestinationAddress
-
The new destination EPR. If null then a new sequence is created to the existing destination EPR.
public void forceDispatchOfMessagesOnInboundSequence(com.ibm.ws.websvcs.rm.mbeans.dao.InboundSequenceData sequenceData
)
sequenceData
-
The sequence whose messages should be dispatched.
public void forceDispatchOfMessagesOnInboundSequence(com.ibm.websphere.websvcs.rm.InboundSequenceData sequenceData
)
sequenceData
-
The sequence whose messages should be dispatched.
public byte[][] writeMessagesToDisk(com.ibm.ws.websvcs.rm.mbeans.dao.SequenceData sequenceData
)
sequenceData
-
The sequence whose messages should be written to disk.
public byte[][] writeMessagesToDisk(com.ibm.websphere.websvcs.rm.SequenceData sequenceData
)
sequenceData
-
The sequence whose messages should be written to disk.
public void closeSequence(com.ibm.ws.websvcs.rm.mbeans.dao.SequenceData sequenceData
)
sequenceData
-
The sequence to be closed.
public void closeSequence(com.ibm.websphere.websvcs.rm.SequenceData sequenceData
)
sequenceData
-
The sequence to be closed.
public void terminateSequence(com.ibm.ws.websvcs.rm.mbeans.dao.SequenceData sequenceData
)
sequenceData
-
The sequence to be terminated.
public void terminateSequence(com.ibm.websphere.websvcs.rm.SequenceData sequenceData
)
sequenceData
-
The sequence to be terminated.
public void deleteMessage(com.ibm.ws.websvcs.rm.mbeans.dao.MessageData messageData
)
messageData
-
The message to be deleted.
public void deleteMessage(com.ibm.websphere.websvcs.rm.MessageData messageData
)
messageData
-
The message to be deleted.
public void deleteSequence(com.ibm.ws.websvcs.rm.mbeans.dao.SequenceData sequenceData
)
sequenceData
-
The sequence to be deleted.
public void deleteSequence(com.ibm.websphere.websvcs.rm.SequenceData sequenceData
)
sequenceData
-
The sequence to be deleted.