|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MigratableTargetMBean | |
---|---|
weblogic.management.configuration | Contains classes and interfaces for configuring a WebLogic Server domain. |
weblogic.management.runtime | Contains classes and interfaces for monitoring a WebLogic Server domain. |
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.createMigratableTarget(String name)
This is the factory method for MigratableTargets |
MigratableTargetMBean[] |
ClusterMBean.getMigratableTargets()
Returns all the MigratableTargets for this cluster |
MigratableTargetMBean[] |
DomainMBean.getMigratableTargets()
Returns an array of the contained MigratableTarget MBeans |
MigratableTargetMBean |
DomainMBean.lookupMigratableTarget(String name)
Lookup a particular MigratableTarget from the list. |
Methods in weblogic.management.configuration with parameters of type MigratableTargetMBean | |
---|---|
void |
DomainMBean.destroyMigratableTarget(MigratableTargetMBean bean)
Destroys and removes a MigratableTarget which with the specified short name . |
Uses of MigratableTargetMBean in weblogic.management.runtime |
---|
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. |
|
Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |