WTCRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

This class is used to 1. query, stop, and start WTC connections. 2. query, suspend, and resume WTC imported and exported services. 3. retrieve statistics MBean relates to this WTC server. 4. query status of WTC server.

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


    Related MBeans

    This section describes attributes that provide access to other MBeans.


      WTCStatisticsRuntimeMBean

      Returns the WTCStatisticsRuntimeMBean associates with this WTC server.

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


      Attributes

      This section describes the following attributes:


      CachingDisabled

      Private property that disables caching in proxies.

             
      Privileges Read only
      Typeboolean

      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

      ServiceStatus

      Returns status of all the Import or Export services/resources configured for the targeted WTC server with the specified service name. This service name is the resource name of the WTCImport and WTCExport.

             
      Privileges Read only
      Typeclass weblogic.wtc.gwt.DServiceInfo[]

      Type

      Returns the type of the MBean.

             
      Privileges Read only
      Typejava.lang.String

      WTCServerStartTime

      Returns the timestamp when WTC server starts.

             
      Privileges Read only
      Typelong

      WTCServerStatus

      Returns the status of WTC server itself.

             
      Privileges Read only
      Typejava.lang.String


      Operations

      This section describes the following operations:


      getServiceStatus

      Returns status of a specific imported service provided by the specified local access point and remote access point list. The service name is the resource name of the WTCImport and WTCExport. The remote access point list is a comma separated list; for instance, "TDOM1,TDOM2".

         
      Operation Name"getServiceStatus"
      ParametersObject [] {  localAccessPointremoteAccessPointListsvcName }

      where:

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

        The local access point name.

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

        The comma separated remote access point names.

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

        The resource name of imported or exported service/resource name.

      SignatureString [] { "java.lang.String", "java.lang.String", "java.lang.String" }
      Returns int
      Exceptions
      • weblogic.wtc.jatmi.TPException

      getServiceStatus

      Returns status of the Import and Export service/resource configured for the targeted WTC server with the specified service name. This service name is the resource name of the WTCImport and WTCExport. As long as one of the directions is available the returned satatus will be available.

         
      Operation Name"getServiceStatus"
      ParametersObject [] {  svcName }

      where:

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

        The resource name of imported or exported service/resource name.

      SignatureString [] { "java.lang.String" }
      Returns int
      Exceptions
      • weblogic.wtc.jatmi.TPException

      getServiceStatus

      Returns status of the imported or exported service of the specified service name and provided by the specified local access point. The service name is the resource name of the WTCImport and WTCExport.

         
      Operation Name"getServiceStatus"
      ParametersObject [] {  localAccessPointsvcNameisImport }

      where:

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

        The local access point name.

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

        The resource name of imported or exported service/resource name.

      • isImport is an object of type java.lang.Boolean that specifies:

        The type of service indicate whether it is import or export. If true, then it is imported service, if false it is targeted for exported service.

      SignatureString [] { "java.lang.String", "java.lang.String", "java.lang.Boolean" }
      Returns int
      Exceptions
      • weblogic.wtc.jatmi.TPException

      getServiceStatus

      Returns status of the Import or Export service/resource configured for the targeted WTC server with the specified service name. This service name is the resource name of the WTCImport and WTCExport.

         
      Operation Name"getServiceStatus"
      ParametersObject [] {  svcNameisImport }

      where:

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

        The resource name of imported or exported service/resource name.

      • isImport is an object of type java.lang.Boolean that specifies:

        The type of service indicate whether it is import or export. If true, then it is imported service, if false it is targeted for exported service.

      SignatureString [] { "java.lang.String", "java.lang.Boolean" }
      Returns int
      Exceptions
      • weblogic.wtc.jatmi.TPException

      getServiceStatus

      Returns status of the imported and exported service of the specified service name and provided by the specified local access point. The service name is the resource name of the WTCImport and WTCExport. As long as one of the directions is available then the returned status will be available.

         
      Operation Name"getServiceStatus"
      ParametersObject [] {  localAccessPointsvcName }

      where:

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

        The local access point name.

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

        The resource name of imported or exported service/resource name.

      SignatureString [] { "java.lang.String", "java.lang.String" }
      Returns int
      Exceptions
      • weblogic.wtc.jatmi.TPException

      listConnectionsConfigured

      Provide a list of the connections configured for this WTCService.

         
      Operation Name"listConnectionsConfigured"
      Parametersnull
      Signaturenull
      Returns class

      resumeService

      Resume all the Import or Export services with the specified service name configured for the specified local access point. The service name is the resource name of the WTCImport and WTCExport.

         
      Operation Name"resumeService"
      ParametersObject [] {  localAccessPointsvcNameisImport }

      where:

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

        The local access point name.

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

        The resource name of imported or exported service/resource name.

      • isImport is an object of type java.lang.Boolean that specifies:

        The type of service indicate whether it is import or export. If true, then it is imported service, if false it is targeted for exported service.

      SignatureString [] { "java.lang.String", "java.lang.String", "java.lang.Boolean" }
      Returns void
      Exceptions
      • weblogic.wtc.jatmi.TPException
        TPException throws TPException.TPENOENT if there is no matching service name found.

      resumeService

      Resume all the Import and Export services with the specified service name. This service name is the resource name of the WTCImport and WTCExport.

         
      Operation Name"resumeService"
      ParametersObject [] {  svcName }

      where:

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

        The resource name of imported or exported service/resource name.

      SignatureString [] { "java.lang.String" }
      Returns void
      Exceptions
      • weblogic.wtc.jatmi.TPException
        TPException throws TPException.TPENOENT if there is no matching service name found.

      resumeService

      Resume a specific Import service with the specified service name configured for the specified local access point and remote access point list. The service name is the resource name of the WTCImport and WTCExport. The remote access point list is a comma separated list; for instance, "TDOM1,TDOM2".

         
      Operation Name"resumeService"
      ParametersObject [] {  localAccessPointremoteAccessPointListsvcName }

      where:

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

        The local access point name.

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

        The comma separated remote access point names.

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

        The resource name of imported or exported service/resource name.

      SignatureString [] { "java.lang.String", "java.lang.String", "java.lang.String" }
      Returns void
      Exceptions
      • weblogic.wtc.jatmi.TPException
        TPException throws TPException.TPENOENT if the service name is not found.

      resumeService

      Resume all the Import and Export services with the specified service name configured for the specified local access point. The service name is the resource name of the WTCImport and WTCExport.

         
      Operation Name"resumeService"
      ParametersObject [] {  localAccessPointsvcName }

      where:

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

        The local access point name.

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

        The resource name of imported or exported service/resource name.

      SignatureString [] { "java.lang.String", "java.lang.String" }
      Returns void
      Exceptions
      • weblogic.wtc.jatmi.TPException
        TPException throws TPException.TPENOENT if there is no matching service name found.

      resumeService

      Resume all the Import or Export services with the specified service name. This service name is the resource name of the WTCImport and WTCExport.

         
      Operation Name"resumeService"
      ParametersObject [] {  svcNameisImport }

      where:

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

        The resource name of imported or exported service/resource name.

      • isImport is an object of type java.lang.Boolean that specifies:

        The type of service indicate whether it is import or export. If true, then it is imported service, if false it is targeted for exported service.

      SignatureString [] { "java.lang.String", "java.lang.Boolean" }
      Returns void
      Exceptions
      • weblogic.wtc.jatmi.TPException
        TPException throws TPException.TPENOENT if there is no matching service name found.

      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
      • weblogic.wtc.jatmi.TPException

      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
      • weblogic.wtc.jatmi.TPException

      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
      • weblogic.wtc.jatmi.TPException

      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
      • weblogic.wtc.jatmi.TPException

      suspendService

      Suspend a specific Import service with the specified service name configured for the specified local access point and remote access point list. The service name is the resource name of the WTCImport and WTCExport. The remote access point list is a comma separated list; for instance, "TDOM1,TDOM2".

         
      Operation Name"suspendService"
      ParametersObject [] {  localAccessPointremoteAccessPointListsvcName }

      where:

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

        The local access point name.

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

        The comma separated remote access point names.

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

        The resource name of imported or exported service/resource name.

      SignatureString [] { "java.lang.String", "java.lang.String", "java.lang.String" }
      Returns void
      Exceptions
      • weblogic.wtc.jatmi.TPException
        TPException throws TPException.TPENOENT if the service name is not found.

      suspendService

      Suspend all the Import or Export services with the specified service name. This service name is the resource name of the WTCImport and WTCExport.

         
      Operation Name"suspendService"
      ParametersObject [] {  svcNameisImport }

      where:

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

        The resource name of imported or exported service/resource name.

      • isImport is an object of type java.lang.Boolean that specifies:

        The type of service indicate whether it is import or export. If true, then it is imported service, if false it is targeted for exported service.

      SignatureString [] { "java.lang.String", "java.lang.Boolean" }
      Returns void
      Exceptions
      • weblogic.wtc.jatmi.TPException
        TPException throws TPException.TPENOENT if the service name is not found.

      suspendService

      Suspend all the Import or Export services with the specified service name configured for the specified local access point. The service name is the resource name of the WTCImport and WTCExport.

         
      Operation Name"suspendService"
      ParametersObject [] {  localAccessPointsvcNameisImport }

      where:

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

        The local access point name.

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

        The resource name of imported or exported service/resource name.

      • isImport is an object of type java.lang.Boolean that specifies:

        The type of service indicate whether it is import or export. If true, then it is imported service, if false it is targeted for exported service.

      SignatureString [] { "java.lang.String", "java.lang.String", "java.lang.Boolean" }
      Returns void
      Exceptions
      • weblogic.wtc.jatmi.TPException
        TPException throws TPException.TPENOENT if the service name is not found.

      suspendService

      Suspend all the Import and Export services with the specified service name. This service name is the resource name of the WTCImport and WTCExport.

         
      Operation Name"suspendService"
      ParametersObject [] {  svcName }

      where:

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

        The resource name of imported or exported service/resource name.

      SignatureString [] { "java.lang.String" }
      Returns void
      Exceptions
      • weblogic.wtc.jatmi.TPException
        TPException throws TPException.TPENOENT if the service name is not found.

      suspendService

      Suspend all the Import and Export services with the specified service name configured for the specified local access point. The service name is the resource name of the WTCImport and WTCExport.

         
      Operation Name"suspendService"
      ParametersObject [] {  localAccessPointsvcName }

      where:

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

        The local access point name.

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

        The resource name of imported or exported service/resource name.

      SignatureString [] { "java.lang.String", "java.lang.String" }
      Returns void
      Exceptions
      • weblogic.wtc.jatmi.TPException
        TPException throws TPException.TPENOENT if the service name is not found.