SAFAgentRuntimeMBean


Overview  |   Child MBeans  |   Attributes  |   Operations

Overview

This class is used for monitoring a WebLogic SAF agent.

Fully Qualified Interface Name

If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.SAFAgentRuntimeMBean

Since 9.0.0.0

Factory Methods

No factory methods. Instances of this MBean are created automatically.

Access Points

You can access this MBean from the following MBean attributes:


    Child MBeans

    This section describes attributes that contain child MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.


      Conversations

      A list of SAFConversationRuntimeMBean instances

             
      Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
      Privileges Read only
      TypeSAFConversationRuntimeMBean[]

      RemoteEndpoints

      The remote endpoints to which this SAF agent has been storing and forwarding messages.

             
      Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
      Privileges Read only
      TypeSAFRemoteEndpointRuntimeMBean[]


      Attributes

      This section describes the following attributes:


      BytesCurrentCount

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

             
      Privileges Read only
      Typelong

      BytesHighCount

      Returns the peak number of bytes since the last reset.

             
      Privileges Read only
      Typelong

      BytesPendingCount

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

             
      Privileges Read only
      Typelong

      BytesReceivedCount

      The number of bytes received since the last reset.

             
      Privileges Read only
      Typelong

      BytesThresholdTime

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

             
      Privileges Read only
      Typelong

      ConversationsCurrentCount

      Returns the current number of conversations

             
      Privileges Read only
      Typelong

      ConversationsHighCount

      The peak number of conversations since the last reset.

             
      Privileges Read only
      Typelong

      ConversationsTotalCount

      The total number of conversations since the last reset.

             
      Privileges Read only
      Typelong

      FailedMessagesTotal

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

             
      Privileges Read only
      Typelong

      HealthState

      The health state of this JMS server.

             
      Privileges Read only
      Typeweblogic.health.HealthState

      MessagesCurrentCount

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

             
      Privileges Read only
      Typelong

      MessagesHighCount

      Returns the peak number of messages since the last reset.

             
      Privileges Read only
      Typelong

      MessagesPendingCount

      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.

             
      Privileges Read only
      Typelong

      MessagesReceivedCount

      The number of messages received since the last reset.

             
      Privileges Read only
      Typelong

      MessagesThresholdTime

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

             
      Privileges Read only
      Typelong

      Name

      The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

             
      Privileges Read only
      Typejava.lang.String

      Parent

      Return the immediate parent for this MBean

             
      Privileges Read/Write
      Type

      PausedForForwarding

      Indicates whether or not the sending agent is paused for forwarding at the current time.

             
      Privileges Read only
      Typeboolean

      PausedForIncoming

      Indicates whether or not the sending agent is paused for incoming messages at the current time.

             
      Privileges Read only
      Typeboolean

      PausedForReceiving

      Indicates whether or not the receiving agent is paused for receiving at the current time.

             
      Privileges Read only
      Typeboolean

      RemoteEndpointsCurrentCount

      The current number of remote endpoints to which this SAF agent has been storing and forwarding messages.

             
      Privileges Read only
      Typelong

      RemoteEndpointsHighCount

      The peak number of remote endpoints to which this SAF agent has been storing and forwarding messages since last reset.

             
      Privileges Read only
      Typelong

      RemoteEndpointsTotalCount

      The number of remote endpoints to which this SAF agent has been storing and forwarding messages since last reset.

             
      Privileges Read only
      Typelong

      Type

      Returns the type of the MBean.

             
      Privileges Read only
      Typejava.lang.String


      Operations

      This section describes the following operations:


      pauseForwarding

      Pauses the sending agent on forwarding messages so that the agent will not forward messages but will accept new messages.

         
      Operation Name"pauseForwarding"
      Parametersnull
      Signaturenull
      Returns void

      Exceptions

      pauseIncoming

      Pauses the sending agent on accepting new messages.

         
      Operation Name"pauseIncoming"
      Parametersnull
      Signaturenull
      Returns void

      Exceptions

      pauseReceiving

      Pauses the receiving agent on receiving messages.

         
      Operation Name"pauseReceiving"
      Parametersnull
      Signaturenull
      Returns void

      Exceptions

      resumeForwarding

      Resumes the sending agent for forwarding messages.

         
      Operation Name"resumeForwarding"
      Parametersnull
      Signaturenull
      Returns void

      Exceptions

      resumeIncoming

      Resumes the sending agent for accepting new messages.

         
      Operation Name"resumeIncoming"
      Parametersnull
      Signaturenull
      Returns void

      Exceptions

      resumeReceiving

      Resumes the receiving agent for receiving messages.

         
      Operation Name"resumeReceiving"
      Parametersnull
      Signaturenull
      Returns void

      Exceptions