BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


Uses of Interface
weblogic.management.configuration.MigratableTargetMBean

Packages that use MigratableTargetMBean
weblogic.management.configuration   
weblogic.management.runtime   
 

Uses of MigratableTargetMBean in weblogic.management.configuration
 

Subinterfaces of MigratableTargetMBean in weblogic.management.configuration
 interface JTAMigratableTargetMBean
          The target that is used internally to register the JTA recovery manager to the Migration Manager.
 

Methods in weblogic.management.configuration that return MigratableTargetMBean
 MigratableTargetMBean DomainMBean.lookupMigratableTarget(String name)
          Lookup a particular MigratableTarget from the list.
 

Methods in weblogic.management.configuration with parameters of type MigratableTargetMBean
 

Uses of MigratableTargetMBean in weblogic.management.runtime
 

Methods in weblogic.management.runtime that return MigratableTargetMBean
 MigratableTargetMBean MigrationTaskRuntimeMBean.getMigratableTarget()
          Provides the MigratableTarget object that is being migrated.
 

Methods in weblogic.management.runtime with parameters of type MigratableTargetMBean
 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.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.