Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

weblogic.cluster.singleton
Class MigrationDataRuntimeMBeanImpl

java.lang.Object
  extended by RuntimeMBeanDelegate
      extended by weblogic.cluster.singleton.MigrationDataRuntimeMBeanImpl
All Implemented Interfaces:
MigrationDataRuntimeMBean

public class MigrationDataRuntimeMBeanImpl
extends RuntimeMBeanDelegate
implements MigrationDataRuntimeMBean


Field Summary
 
Fields inherited from interface weblogic.management.runtime.MigrationDataRuntimeMBean
FAILED, IN_PROGRESS, SUCCEEDED
 
Constructor Summary
MigrationDataRuntimeMBeanImpl(MigrationData data)
          Used for binding into DomainRuntimeMBean on the admin server alone
 
Method Summary
 String getClusterMasterName()
          Name of the server that acted as the cluster master for this migration.
 String getClusterName()
          Name of the server that acted as the cluster master for this migration.
 String getMachineMigratedFrom()
          Machine from which the server was migrated from
 String getMachineMigratedTo()
          Machine to which the server was migrated to or is in the process of being migrated to.
 String[] getMachinesAttempted()
          Get all the machines attempted for migration.
 long getMigrationEndTime()
          End time of migration
 long getMigrationStartTime()
          Start time of migration
 String getServerName()
          Name of the server migrated
 int getStatus()
          Name of the server migrated
 void update(MigrationData data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrationDataRuntimeMBeanImpl

public MigrationDataRuntimeMBeanImpl(MigrationData data)
                              throws ManagementException
Used for binding into DomainRuntimeMBean on the admin server alone

Throws:
ManagementException
Method Detail

getServerName

public String getServerName()
Description copied from interface: weblogic.management.runtime.MigrationDataRuntimeMBean
Name of the server migrated

Specified by:
getServerName in interface MigrationDataRuntimeMBean

getStatus

public int getStatus()
Description copied from interface: weblogic.management.runtime.MigrationDataRuntimeMBean
Name of the server migrated

Specified by:
getStatus in interface MigrationDataRuntimeMBean

getMachineMigratedFrom

public String getMachineMigratedFrom()
Description copied from interface: weblogic.management.runtime.MigrationDataRuntimeMBean
Machine from which the server was migrated from

Specified by:
getMachineMigratedFrom in interface MigrationDataRuntimeMBean

getMachinesAttempted

public String[] getMachinesAttempted()
Description copied from interface: weblogic.management.runtime.MigrationDataRuntimeMBean
Get all the machines attempted for migration.

Specified by:
getMachinesAttempted in interface MigrationDataRuntimeMBean

getMachineMigratedTo

public String getMachineMigratedTo()
Description copied from interface: weblogic.management.runtime.MigrationDataRuntimeMBean
Machine to which the server was migrated to or is in the process of being migrated to.

Specified by:
getMachineMigratedTo in interface MigrationDataRuntimeMBean

getMigrationStartTime

public long getMigrationStartTime()
Description copied from interface: weblogic.management.runtime.MigrationDataRuntimeMBean
Start time of migration

Specified by:
getMigrationStartTime in interface MigrationDataRuntimeMBean

getMigrationEndTime

public long getMigrationEndTime()
Description copied from interface: weblogic.management.runtime.MigrationDataRuntimeMBean
End time of migration

Specified by:
getMigrationEndTime in interface MigrationDataRuntimeMBean

getClusterName

public String getClusterName()
Description copied from interface: weblogic.management.runtime.MigrationDataRuntimeMBean
Name of the server that acted as the cluster master for this migration.

Specified by:
getClusterName in interface MigrationDataRuntimeMBean

getClusterMasterName

public String getClusterMasterName()
Description copied from interface: weblogic.management.runtime.MigrationDataRuntimeMBean
Name of the server that acted as the cluster master for this migration.

Specified by:
getClusterMasterName in interface MigrationDataRuntimeMBean

update

public void update(MigrationData data)

Copyright 1996, 2011, 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
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02