CursorRuntimeMBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, MessageCursorRuntimeMBean
, javax.management.NotificationBroadcaster
, RuntimeMBean
, SAFMessageCursorRuntimeMBean
, SAFRemoteEndpointRuntimeMBean
, SAFStatisticsCommonMBean
, WebLogicMBean
public interface WSRMRemoteEndpointRuntimeMBean extends SAFRemoteEndpointRuntimeMBean
Modifier and Type | Method | Description |
---|---|---|
void |
closeConversations(java.lang.String conversationName) |
Forcefully closes all outstanding conversations whose name contains
the given name.
|
SAFConversationRuntimeMBean[] |
getConversations() |
Returns the list of SAFConversationRuntimeMBean instances
|
long |
getConversationsCurrentCount() |
Returns the current number of conversations
|
long |
getConversationsHighCount() |
Returns the peak number of conversations since the last
reset.
|
long |
getConversationsTotalCount() |
Returns the total number of conversations since the last
reset.
|
closeCursor, getCursorEndPosition, getCursorSize, getCursorStartPosition, getItems, getNext, getPrevious
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
getMessage, getMessage
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
sort
expireAll, getDowntimeHigh, getDowntimeTotal, getEndpointType, getJMSMessage, getJMSMessages, getJMSTextMessage, getLastException, getLastTimeConnected, getLastTimeFailedToConnect, getMessages, getOperationState, getUptimeHigh, getUptimeTotal, getURL, isPausedForForwarding, isPausedForIncoming, pauseForwarding, pauseIncoming, purge, resumeForwarding, resumeIncoming
getBytesCurrentCount, getBytesHighCount, getBytesPendingCount, getBytesReceivedCount, getBytesThresholdTime, getFailedMessagesTotal, getMessagesCurrentCount, getMessagesHighCount, getMessagesPendingCount, getMessagesReceivedCount, getMessagesThresholdTime
getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
void closeConversations(java.lang.String conversationName) throws SAFException
Forcefully closes all outstanding conversations whose name contains the given name.
conversationName
- SAFException
SAFConversationRuntimeMBean[] getConversations()
Returns the list of SAFConversationRuntimeMBean instances
long getConversationsCurrentCount()
Returns the current number of conversations
long getConversationsHighCount()
Returns the peak number of conversations since the last reset.
long getConversationsTotalCount()
Returns the total number of conversations since the last reset.