This class is used to query, stop, and start WTC connections.
If you use the getMBeanInfo
operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.WTCRuntimeMBean
No factory methods. Instances of this MBean are created automatically.
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 the type of the MBean.
Privileges | Read only |
Type | java.lang.String |
This section describes the following operations:
Provide a list of the connections configured for this WTCService.
Operation Name | "listConnectionsConfigured" |
Parameters | null |
Signature | null |
Returns |
class |
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
|
weblogic.wtc.jatmi.TPException
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
|
weblogic.wtc.jatmi.TPException
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
|
weblogic.wtc.jatmi.TPException
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
|
weblogic.wtc.jatmi.TPException