JMSSessionRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

This class is used for monitoring a WebLogic JMS session.

   
Fully Qualified Interface NameIf you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.JMSSessionRuntimeMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.


Related MBeans

This section describes attributes that provide access to other MBeans.


    Consumers

    An array of consumers for this session.

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeJMSConsumerRuntimeMBean[]
    Relationship type: Containment.

    Producers

    An array of producers for this session.

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeJMSProducerRuntimeMBean[]
    Relationship type: Containment.


    Attributes

    This section describes the following attributes:


    AcknowledgeMode

    The acknowledge mode as one of the following:

           
    Privileges Read only
    Typejava.lang.String

    BytesPendingCount

    The number of bytes pending (uncommitted and unacknowledged) for this session.

           
    Privileges Read only
    Typelong

    BytesReceivedCount

    The number of bytes received by this session since the last reset.

           
    Privileges Read only
    Typelong

    BytesSentCount

    The number of bytes sent by this session since the last reset.

           
    Privileges Read only
    Typelong

    CachingDisabled

    Private property that disables caching in proxies.

           
    Privileges Read only
    Typeboolean

    ConsumersCurrentCount

    The current number of consumers for this session.

           
    Privileges Read only
    Typelong

    ConsumersHighCount

    The peak number of consumers for this session since the last reset.

           
    Privileges Read only
    Typelong

    ConsumersTotalCount

    The number of consumers instantiated by this session since the last reset.

           
    Privileges Read only
    Typelong

    MBeanInfo

    Returns the MBean info for this MBean.

    Deprecated.

           
    Privileges Read only
    Typejavax.management.MBeanInfo

    MessagesPendingCount

    The number of messages pending (uncommitted and unacknowledged) for this session.

           
    Privileges Read only
    Typelong

    MessagesReceivedCount

    The number of messages received by this session since the last reset.

           
    Privileges Read only
    Typelong

    MessagesSentCount

    The number of bytes sent by this session 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

    ObjectName

    Returns the ObjectName under which this MBean is registered in the MBean server.

    Deprecated.

           
    Privileges Read only
    Typeweblogic.management.WebLogicObjectName

    Parent

    Return the immediate parent for this MBean

           
    Privileges Read/Write
    Type

    ProducersCurrentCount

    The current number of producers for this session.

           
    Privileges Read only
    Typelong

    ProducersHighCount

    The peak number of producers for this session since the last reset.

           
    Privileges Read only
    Typelong

    ProducersTotalCount

    The number of producers for this session since the last reset.

           
    Privileges Read only
    Typelong

    Registered

    Returns false if the MBean represented by this object has been unregistered.

    Deprecated.

           
    Privileges Read only
    Typeboolean

    Transacted

    Indicates whether the session is transacted.

           
    Privileges Read only
    Typeboolean

    Type

    Returns the type of the MBean.

           
    Privileges Read only
    Typejava.lang.String


    Operations

    This section describes the following operations:


      preDeregister

         
      Operation Name"preDeregister"
      Parametersnull
      Signaturenull
      Returns void
      Exceptions
      • java.lang.Exception