Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.runtime
Interface SAFStatisticsCommonMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean
All Known Subinterfaces:
JMSRemoteEndpointRuntimeMBean, SAFAgentRuntimeMBean, SAFRemoteEndpointRuntimeMBean, WSRMRemoteEndpointRuntimeMBean

public interface SAFStatisticsCommonMBean
extends RuntimeMBean

This class is has all the common statistics stuff for a SAFAgentRuntimeMBean or a SAFRemoteEndpoitsRuntimeMBean.

Since:
9.0.0.0

Method Summary
abstract  long getBytesCurrentCount()
          Returns the current number of bytes.
abstract  long getBytesHighCount()
          Returns the peak number of bytes since the last reset.
abstract  long getBytesPendingCount()
          Returns the number of pending bytes.
abstract  long getBytesReceivedCount()
          The number of bytes received since the last reset.
abstract  long getBytesThresholdTime()
          Returns the amount of time in the threshold condition since the last reset.
abstract  long getFailedMessagesTotal()
          Returns the total number of messages that have failed to be forwarded since the last reset.
abstract  long getMessagesCurrentCount()
          Returns the current number of messages.
abstract  long getMessagesHighCount()
          Returns the peak number of messages since the last reset.
abstract  long getMessagesPendingCount()
          Returns the number of pending messages.
abstract  long getMessagesReceivedCount()
          The number of messages received since the last reset.
abstract  long getMessagesThresholdTime()
          Returns the amount of time in the threshold condition since the last reset.

 

Methods inherited from interface weblogic.management.runtime.RuntimeMBean
addPropertyChangeListener, removePropertyChangeListener

 

Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent

 

Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes

 

Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister

 

Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener

 

Method Detail

getMessagesCurrentCount

long getMessagesCurrentCount()

Returns the current number of messages. This number includes the pending messages.

Returns:
The messagesCurrentCount value

getMessagesPendingCount

long getMessagesPendingCount()

Returns the number of pending messages. Pending messages are over and above the current number of messages. A pending message is one that has either been sent in a transaction and not committed, or been forwarded but has not been acknowledged.

Returns:
The messagesPendingCount value

getMessagesHighCount

long getMessagesHighCount()

Returns the peak number of messages since the last reset.

Returns:
The messagesHighCount value

getMessagesReceivedCount

long getMessagesReceivedCount()

The number of messages received since the last reset.

Returns:
The messagesReceivedCount value

getMessagesThresholdTime

long getMessagesThresholdTime()

Returns the amount of time in the threshold condition since the last reset.

Returns:
The messagesThresholdTime value

getBytesPendingCount

long getBytesPendingCount()

Returns the number of pending bytes. Pending bytes are over and above the current number of bytes.

Returns:
The bytesPendingCount value

getBytesCurrentCount

long getBytesCurrentCount()

Returns the current number of bytes. This number does not include the pending bytes.

Returns:
The bytesCurrentCount value

getBytesHighCount

long getBytesHighCount()

Returns the peak number of bytes since the last reset.

Returns:
The bytesHighCount value

getBytesReceivedCount

long getBytesReceivedCount()

The number of bytes received since the last reset.

Returns:
The bytesReceivedCount value

getBytesThresholdTime

long getBytesThresholdTime()

Returns the amount of time in the threshold condition since the last reset.

Returns:
The bytesThresholdTime value

getFailedMessagesTotal

long getFailedMessagesTotal()

Returns the total number of messages that have failed to be forwarded since the last reset.

Returns:
The failedMessagesTotal value

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09