WTCRuntimeMBean


Overview  |   Child MBeans  |   Attributes  |   Operations

Overview

This class is used to query, stop, and start WTC connections.

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.WTCRuntimeMBean

Factory Methods

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

Access Points

You can access this MBean from the following MBean attributes:


    Attributes

    This section describes the following attributes:


    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

    Type

    Returns the type of the MBean.

           
    Privileges Read only
    Typejava.lang.String


    Operations

    This section describes the following operations:


    listConnectionsConfigured

    Provide a list of the connections configured for this WTCService.

       
    Operation Name"listConnectionsConfigured"
    Parametersnull
    Signaturenull
    Returns class

    startConnection

    Attempt to start connections between the specified local domain access point and all remote end points defined for the given local domain domain access point.

       
    Operation Name"startConnection"
    ParametersObject [] {  LDomAccessPointId }

    where:

    • LDomAccessPointId is an object of type java.lang.String that specifies:

      The local domain access point id.

    SignatureString [] { "java.lang.String" }
    Returns void

    Exceptions

    startConnection

    Attempt to start a connection between the specified local and remote domain access points.

       
    Operation Name"startConnection"
    ParametersObject [] {  LDomAccessPointIdRDomAccessPointId }

    where:

    • LDomAccessPointId is an object of type java.lang.String that specifies:

      The local domain access point id.

    • RDomAccessPointId is an object of type java.lang.String that specifies:

      The remote domain access point id.

    SignatureString [] { "java.lang.String", "java.lang.String" }
    Returns void

    Exceptions

    stopConnection

    Attempt to stop all remote connections configured for the given local access point id.

       
    Operation Name"stopConnection"
    ParametersObject [] {  LDomAccessPointId }

    where:

    • LDomAccessPointId is an object of type java.lang.String that specifies:

      The local domain access point id.

    SignatureString [] { "java.lang.String" }
    Returns void

    Exceptions

    stopConnection

    Attempt to stop the connection between the specified local and remote domain access points.

       
    Operation Name"stopConnection"
    ParametersObject [] {  LDomAccessPointIdRDomAccessPointId }

    where:

    • LDomAccessPointId is an object of type java.lang.String that specifies:

      The local domain access point id.

    • RDomAccessPointId is an object of type java.lang.String that specifies:

      The remote domain access point id.

    SignatureString [] { "java.lang.String", "java.lang.String" }
    Returns void

    Exceptions