| Package | Description | 
|---|---|
| weblogic.management.configuration | |
| weblogic.management.runtime | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
JTAMigratableTargetMBean
The target that is used internally to register the
 JTA recovery manager to the Migration Manager. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MigratableTargetMBean | 
DomainMBean.createMigratableTarget(String name)
Creates Migratable Targets. 
 | 
MigratableTargetMBean[] | 
DomainMBean.getMigratableTargets()
Returns an array of MigratableTarget MBeans. 
 | 
MigratableTargetMBean[] | 
ClusterMBean.getMigratableTargets()
Returns all the MigratableTargets for this cluster 
 | 
MigratableTargetMBean | 
DomainMBean.lookupMigratableTarget(String name)
Looks up a particular Migratable Target. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DomainMBean.destroyMigratableTarget(MigratableTargetMBean bean)
Destroys and removes a Migratable Target with the specified
 short name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MigratableServiceCoordinatorRuntimeMBean.migrate(MigratableTargetMBean migratableTarget,
       ServerMBean destination)
Migrates all services deployed to the migratableTarget to the
 destination server. 
 | 
void | 
MigratableServiceCoordinatorRuntimeMBean.migrate(MigratableTargetMBean migratableTarget,
       ServerMBean destination,
       boolean sourceUp,
       boolean destinationUp)
Migrates all services deployed to the migratableTarget to the
 destination server. 
 | 
void | 
MigratableServiceCoordinatorRuntimeMBean.migrateJTA(MigratableTargetMBean migratableTarget,
          ServerMBean destination,
          boolean sourceUp,
          boolean destinationUp)
Migrates the JTARecoveryManager deployed to a migratableTarget
 to the destination server. 
 |