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 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:
|
||
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:
|
This section describes attributes that provide access to other MBeans.
|
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 |
Type | WTCStatisticsRuntimeMBean |
Relationship type: | Containment. |
This section describes the following attributes:
Private property that disables caching in proxies.
Privileges | Read only |
Type | boolean |
Returns the MBean info for this MBean.
Deprecated.
Privileges | Read only |
Type | javax.management.MBeanInfo |
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Privileges | Read only |
Type | java.lang.String |
Returns the ObjectName under which this MBean is registered in the MBean server.
Deprecated.
Privileges | Read only |
Type | weblogic.management.WebLogicObjectName |
Return the immediate parent for this MBean
Privileges | Read/Write |
Type |
Returns false if the MBean represented by this object has been unregistered.
Deprecated.
Privileges | Read only |
Type | boolean |
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 |
Type | class weblogic.wtc.gwt.DServiceInfo[] |
Returns the type of the MBean.
Privileges | Read only |
Type | java.lang.String |
Returns the timestamp when WTC server starts.
Privileges | Read only |
Type | long |
Returns the status of WTC server itself.
Privileges | Read only |
Type | java.lang.String |
This section describes the following operations:
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" |
Parameters | Object [] { localAccessPoint, remoteAccessPointList, svcName }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String",
"java.lang.String" } |
Returns |
int
|
Exceptions |
|
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" |
Parameters | Object [] { svcName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
int
|
Exceptions |
|
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" |
Parameters | Object [] { localAccessPoint, svcName, isImport }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String",
"java.lang.Boolean" } |
Returns |
int
|
Exceptions |
|
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" |
Parameters | Object [] { svcName, isImport }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.Boolean" } |
Returns |
int
|
Exceptions |
|
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" |
Parameters | Object [] { localAccessPoint, svcName }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns |
int
|
Exceptions |
|
Provide a list of the connections configured for this WTCService.
Operation Name | "listConnectionsConfigured" |
Parameters | null |
Signature | null |
Returns |
class |
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" |
Parameters | Object [] { localAccessPoint, svcName, isImport }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String",
"java.lang.Boolean" } |
Returns |
void
|
Exceptions |
|
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" |
Parameters | Object [] { svcName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
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" |
Parameters | Object [] { localAccessPoint, remoteAccessPointList, svcName }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
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" |
Parameters | Object [] { localAccessPoint, svcName }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
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" |
Parameters | Object [] { svcName, isImport }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.Boolean" } |
Returns |
void
|
Exceptions |
|
Attempt to start a connection between the specified local and remote domain access points.
Operation Name | "startConnection" |
Parameters | Object [] { LDomAccessPointId, RDomAccessPointId }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
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" |
Parameters | Object [] { LDomAccessPointId }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Attempt to stop the connection between the specified local and remote domain access points.
Operation Name | "stopConnection" |
Parameters | Object [] { LdomAccessPointId, RDomAccessPointId }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Attempt to stop all remote connections configured for the given local access point id.
Operation Name | "stopConnection" |
Parameters | Object [] { LdomAccessPointId }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
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" |
Parameters | Object [] { localAccessPoint, remoteAccessPointList, svcName }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
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" |
Parameters | Object [] { svcName, isImport }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.Boolean" } |
Returns |
void
|
Exceptions |
|
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" |
Parameters | Object [] { localAccessPoint, svcName, isImport }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String",
"java.lang.Boolean" } |
Returns |
void
|
Exceptions |
|
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" |
Parameters | Object [] { svcName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
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" |
Parameters | Object [] { localAccessPoint, svcName }
where:
|
Signature | String [] {
"java.lang.String",
"java.lang.String" } |
Returns |
void
|
Exceptions |
|