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. |
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. |
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()
Get the ID String used to identify this MBean
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public com.ibm.ws.websvcs.rm.mbeans.dao.StorageManagerDetail getStorageManagerDetails()
Deprecated v7.0 - use getStorageManagerDetail.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public com.ibm.ws.websvcs.rm.mbeans.dao.StorageManagerDetail getStorageManagerDetails(
java.util.Locale data
)
Deprecated v7.0 - use getStorageManagerDetail.
data
-
The locale to obtain data with
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public StorageManagerDetail getStorageManagerDetail(
java.util.Locale data
)
Returns information about the StorageManager being controlled in the specified locale.
data
-
The locale to obtain data with
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Boolean hasProblemInboundSequences()
Returns true if there are any inbound WS-ReliableMessaging sequences that require user attention.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Boolean hasWarningInboundSequences()
Returns true if there are any inbound WS-ReliableMessaging sequences that might require user attention.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Boolean hasProblemOutboundSequences()
Returns true if there are any outbound WS-ReliableMessaging sequences that require user attention.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Boolean hasWarningOutboundSequences()
Returns true if there are any outbound WS-ReliableMessaging sequences that might require user attention.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.Collection getAllProblemInboundSequences()
Returns a collection that contains an instance of com.ibm.websphere.websvcs.rm.InboundSequenceData for each inbound WS-ReliableMessaging sequence that requires user attention.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.Collection getAllWarningInboundSequences()
Returns a collection that contains an instance of com.ibm.websphere.websvcs.rm.InboundSequenceData for each inbound WS-ReliableMessaging sequence that might require user attention.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.Collection getAllProblemOutboundSequences()
Returns a collection that contains an instance of com.ibm.websphere.websvcs.rm.OutboundSequenceData for each outbound WS-ReliableMessaging sequence that requires user attention.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.Collection getAllWarningOutboundSequences()
Returns a collection that contains an instance of com.ibm.websphere.websvcs.rm.OutboundSequenceData for each outbound WS-ReliableMessaging sequence that might require user attention.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.Collection getAllInboundSequences()
Returns a collection that contains an instance of com.ibm.websphere.websvcs.rm.InboundSequenceData for each inbound WS-ReliableMessaging sequence.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.Collection getAllOutboundSequences()
Returns a collection that contains an instance of com.ibm.websphere.websvcs.rm.OutboundSequenceData for each outbound WS-ReliableMessaging sequence.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.Collection getAllOutboundMessagesOnSequence(
com.ibm.ws.websvcs.rm.mbeans.dao.OutboundSequenceData data
)
Deprecated v7.0 - Use method taking parameter com.ibm.websphere.websvcs.rm.OutboundSequenceData.
data
-
The outbound sequence
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.Collection getAllOutboundMessagesOnSequence(
OutboundSequenceData data
)
Returns a collection that contains an instance of com.ibm.websphere.websvcs.rm.OutboundMessageData for each WS-ReliableMessaging message on the outbound WS-ReliableMessaging sequence.
data
-
The outbound sequence
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.Collection getAllInboundMessagesOnSequence(
com.ibm.ws.websvcs.rm.mbeans.dao.InboundSequenceData data
)
Deprecated v7.0 - Use method taking parameter com.ibm.websphere.websvcs.rm.InboundSequenceData
data
-
The inbound sequence
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.util.Collection getAllInboundMessagesOnSequence(
InboundSequenceData data
)
Returns a collection that contains an instance of com.ibm.websphere.websvcs.rm.InboundMessageData for each WS-ReliableMessaging message on the inbound WS-ReliableMessaging sequence.
data
-
The inbound sequence
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public com.ibm.ws.websvcs.rm.mbeans.dao.SequenceData refreshSequenceData(
com.ibm.ws.websvcs.rm.mbeans.dao.SequenceData data
)
Deprecated v7.0 - use method with com.ibm.websphere.websvcs.rm.SequenceData instead.
data
-
The sequence to be refreshed.
Since:
6.1
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public SequenceData refreshSequenceData(
SequenceData data
)
Refreshes the data for a particular sequence.
data
-
The sequence to be refreshed.
Since:
7.0
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void reallocateMessagesOnOutboundSequence(
com.ibm.ws.websvcs.rm.mbeans.dao.OutboundSequenceData data,
java.lang.String newDestinationAddress
)
Deprecated v7.0 - use method with com.ibm.websphere.websvcs.rm.OutboundSequenceData
data
-
The sequence to be reallocated newDestinationAddress
-
The new destination EPR. If null then a new sequence is created to the existing destination EPR.
Since:
6.1
administrator
operator
public void reallocateMessagesOnOutboundSequence(
OutboundSequenceData data,
java.lang.String newDestinationAddress
)
Reallocate all messages on the outbound WS-ReliableMessaging sequence on to a different sequence. NOTE: this may result in messages being delivered more than once and may break message ordering.
data
-
The sequence to be reallocated newDestinationAddress
-
The new destination EPR. If null then a new sequence is created to the existing destination EPR.
Since:
7.0
administrator
operator
public void forceDispatchOfMessagesOnInboundSequence(
com.ibm.ws.websvcs.rm.mbeans.dao.InboundSequenceData sequenceData
)
Deprecated v7.0 - use method taking parameter com.ibm.websphere.websvcs.rm.InboundSequenceData.
sequenceData
-
The sequence whose messages should be dispatched.
Since:
6.1
administrator
operator
public void forceDispatchOfMessagesOnInboundSequence(
InboundSequenceData sequenceData
)
Dispatch all messages on the inbound WS-ReliableMessaging sequence to the application. NOTE: this may result in lost messages and may break message ordering.
sequenceData
-
The sequence whose messages should be dispatched.
Since:
7.0
administrator
operator
public byte[][] writeMessagesToDisk(
com.ibm.ws.websvcs.rm.mbeans.dao.SequenceData sequenceData
)
Deprecated - use method taking parameter com.ibm.websphere.websvcs.rm.SequenceData
sequenceData
-
The sequence whose messages should be written to disk.
Since:
6.1
administrator
operator
public byte[][] writeMessagesToDisk(
SequenceData sequenceData
)
Write all outstanding messages on the WS-ReliableMessaging sequence to bytes.
sequenceData
-
The sequence whose messages should be written to disk.
Since:
7.0
administrator
operator
public void closeSequence(
com.ibm.ws.websvcs.rm.mbeans.dao.SequenceData sequenceData
)
Deprecated v7.0 use method taking com.ibm.websphere.websvcs.rm.SequenceData as parameter
sequenceData
-
The sequence to be closed.
Since:
6.1
administrator
operator
public void closeSequence(
SequenceData sequenceData
)
Close the WS-ReliableMessaging sequence so that it will not accept any new messages.
sequenceData
-
The sequence to be closed.
Since:
7.0
administrator
operator
public void terminateSequence(
com.ibm.ws.websvcs.rm.mbeans.dao.SequenceData sequenceData
)
Deprecated v7.0 use method taking com.ibm.websphere.websvcs.rm.SequenceData as parameter.
sequenceData
-
The sequence to be terminated.
Since:
6.1
administrator
operator
public void terminateSequence(
SequenceData sequenceData
)
Terminate the WS-ReliableMessaging sequence.
sequenceData
-
The sequence to be terminated.
Since:
7.0
administrator
operator
public void deleteMessage(
com.ibm.ws.websvcs.rm.mbeans.dao.MessageData messageData
)
Deprecated v7.0 use method taking com.ibm.websphere.websvcs.rm.SequenceData as parameter.
messageData
-
The message to be deleted.
Since:
6.1
administrator
operator
public void deleteMessage(
MessageData messageData
)
Deletes the message from the store. NOTE: may break msg ordering.
messageData
-
The message to be deleted.
Since:
7.0
administrator
operator
public void deleteSequence(
com.ibm.ws.websvcs.rm.mbeans.dao.SequenceData sequenceData
)
Deprecated v7.0 use method taking com.ibm.websphere.websvcs.rm.SequenceData as parameter
sequenceData
-
The sequence to be deleted.
Since:
6.1
administrator
operator
public void deleteSequence(
SequenceData sequenceData
)
Deletes all sequence data from the store without any terminate or close operations.
sequenceData
-
The sequence to be deleted.
Since:
7.0
administrator
operator