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.MigratableServiceCoordinatorRuntimeMBean
|
||
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 the type of the MBean.
Privileges | Read only |
Type | java.lang.String |
This section describes the following operations:
Migrates all services deployed to the migratableTarget to the destination server. Use this method if either the source or the destination or both are not running. Precondition: The migratableTarget must contain at least one server. The destination server must be a member of the migratableTarget's list of candidate servers. If automatic migration mode is disabled, the destination server must not be the currently hosting server (i.e. head of candidate list of the migratableTarget). Postcondition: If automatic migration mode is disabled and if the migration succeeded, the head of the candidate server list in the migratableTarget will be the destination server.
Operation Name | "migrate" |
Parameters | Object [] { migratableTarget, destination, sourceUp, destinationUp }
where:
|
Signature | String [] {
"weblogic.management.configuration.MigratableTargetMBean",
"weblogic.management.configuration.ServerMBean",
"java.lang.Boolean",
"java.lang.Boolean" } |
Returns |
void
|
Exceptions |
|
Migrates all services deployed to the migratableTarget to the destination server. This method assumes that the source and the destination server are up and running. Precondition: The migratableTarget must contain at least one server. The destination server must be a member of the migratableTarget's list of candidate servers. If automatic migration mode is disabled, the destination server must not be the currently hosting server (i.e. head of candidate list of the migratableTarget). Postcondition: If automatic migration mode is disabled and if the migration succeeded, the head of the candidate server list in the migratableTarget will be the destination server.
Operation Name | "migrate" |
Parameters | Object [] { migratableTarget, destination }
where:
|
Signature | String [] {
"weblogic.management.configuration.MigratableTargetMBean",
"weblogic.management.configuration.ServerMBean" } |
Returns |
void
|
Exceptions |
|
Migrates the JTARecoveryManager deployed to a migratableTarget to the destination server.
Operation Name | "migrateJTA" |
Parameters | Object [] { migratableTarget, destination, sourceUp, destinationUp }
where:
|
Signature | String [] {
"weblogic.management.configuration.MigratableTargetMBean",
"weblogic.management.configuration.ServerMBean",
"java.lang.Boolean",
"java.lang.Boolean" } |
Returns |
void
|
Exceptions |
|