This class is used to 1. query, stop, and start WTC connections. 2. query, suspend, and resume WTC imported and exported services.
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:
|
This section describes the following attributes:
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Privileges | Read only |
Type | java.lang.String |
Return the immediate parent for this MBean
Privileges | Read/Write |
Type |
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 |
This section describes the following operations:
Returns status of the imported or exported service of the the specfied 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 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 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 [] { }
where: |
Signature | String [] {
"java.lang.String",
"java.lang.String",
"java.lang.String" } |
Returns |
int
|
Exceptions |
|
Returns status of the imported and exported service of the the specfied 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 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 |
|
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 |
|
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 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 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 |
|
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 |
|
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 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 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 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 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 |
|