| Package | Description | 
|---|---|
| weblogic.management.runtime | 
 Contains classes and interfaces for monitoring a WebLogic 
Server domain. 
 | 
| 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. 
 | 
void | 
MigratableServiceCoordinatorRuntimeMBean.migrateSingleton(SingletonServiceMBean singletonService,
                ServerMBean destination)
Migrates the singleton service specified by the SingletonServiceMBean to
 the destination server. 
 |