ConnectorConnectionRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

This class is used for monitoring individual WebLogic Connector connections

   
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.ConnectorConnectionRuntimeMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.
Access Points You can access this MBean from the following MBean attributes:
    Access Points Inherited from RuntimeMBean Because this MBean extends or implements RuntimeMBean, you can also access this MBean by retrieving RuntimeMBeans. The following attributes contain RuntimeMBeans and its subtypes:


    Attributes

    This section describes the following attributes:


    ActiveHandlesCurrentCount

    The current total active connection handles for this connection.

           
    Privileges Read only
    Typeint

    ActiveHandlesHighCount

    The high water mark of active connection handles for this connection since the connection was created.

           
    Privileges Read only
    Typeint

    CachingDisabled

    Private property that disables caching in proxies.

           
    Privileges Read only
    Typeboolean

    ConnectionFactoryClassName

    Returns the connection factory class name.

           
    Privileges Read only
    Typejava.lang.String

    CreationDurationTime

    Return the time taken to create the connection.

           
    Privileges Read only
    Typelong

    CurrentlyInUse

    Indicates whether the connection is currently in use.

           
    Privileges Read only
    Typeboolean

    Deletable

    Indicates whether the connection can be closed manually through the console.

           
    Privileges Read only
    Typeboolean

    EISProductName

    Returns the EISProductName associated with the ManagedConnection's MetaData

           
    Privileges Read only
    Typejava.lang.String

    EISProductVersion

    Returns the EISProductVersion associated with the ManagedConnection's MetaData.

           
    Privileges Read only
    Typejava.lang.String

    HandlesCreatedTotalCount

    The total number of connection handles created for this connection since the connection was created.

           
    Privileges Read only
    Typeint

    Idle

    Indicates whether the connection has been idle for a period extending beyond the configured maximum.

    Deprecated.

           
    Privileges Read only
    Typeboolean

    InTransaction

    Indicates whether the connection is currently in use in a transaction.

           
    Privileges Read only
    Typeboolean

    LastUsage

    The last usage time stamp for the connection in milliseconds, as returned by System.currentTimeMillis().

    Deprecated.

           
    Privileges Read only
    Typelong

    LastUsageString

    The last usage time stamp for the connection as a string.

    Deprecated.

           
    Privileges Read only
    Typejava.lang.String

    ManagedConnectionFactoryClassName

    Returns the managed connection factory class name.

           
    Privileges Read only
    Typejava.lang.String

    MaxConnections

    Returns the MaxConnections associated with the ManagedConnection's MetaData

           
    Privileges Read only
    Typejava.lang.String

    MBeanInfo

    Returns the MBean info for this MBean.

    Deprecated.

           
    Privileges Read only
    Typejavax.management.MBeanInfo

    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

    Registered

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

    Deprecated.

           
    Privileges Read only
    Typeboolean

    ReserveDurationTime

    Get the time taken to reserve this connection.

           
    Privileges Read only
    Typelong

    ReserveTime

    Return the last time the connection was reserved.

           
    Privileges Read only
    Typelong

    Shared

    Indicates whether the connection is currently being shared by more than one invoker.

           
    Privileges Read only
    Typeboolean

    StackTrace

    The stack trace for the current connection, which will be blank unless connection-profiling-enabled is set to true in weblogic-ra.xml

    Deprecated.

           
    Privileges Read only
    Typejava.lang.String

    TransactionId

    Get the Transaction ID of the transaction that this connection is being used with.

           
    Privileges Read only
    Typejava.lang.String

    Type

    Returns the type of the MBean.

           
    Privileges Read only
    Typejava.lang.String

    UserName

    Returns the UserName associated with the ManagedConnection's MetaData

           
    Privileges Read only
    Typejava.lang.String


    Operations

    This section describes the following operations:


    delete

    Provides a way to manually close a connection through the console.

       
    Operation Name"delete"
    Parametersnull
    Signaturenull
    Returns void
    Exceptions
    • weblogic.management.ManagementException

    hasError

    Return a flag indicating whether the connection has an error or not. A "true" is returned if there is an error.

       
    Operation Name"hasError"
    Parametersnull
    Signaturenull
    Returns boolean

    preDeregister

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

    testConnection

    Test the connection. Returns true if the test was successful.

       
    Operation Name"testConnection"
    Parametersnull
    Signaturenull
    Returns boolean