Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.cluster.singleton
Class ServiceMigrationDataRuntimeMBeanImpl

java.lang.Object
  extended by RuntimeMBeanDelegate
      extended by weblogic.cluster.singleton.ServiceMigrationDataRuntimeMBeanImpl
All Implemented Interfaces:
weblogic.management.runtime.ServiceMigrationDataRuntimeMBean

public class ServiceMigrationDataRuntimeMBeanImpl
extends RuntimeMBeanDelegate
implements weblogic.management.runtime.ServiceMigrationDataRuntimeMBean


Field Summary
 
Fields inherited from interface weblogic.management.runtime.ServiceMigrationDataRuntimeMBean
FAILED, IN_PROGRESS, SUCCEEDED
 
Constructor Summary
ServiceMigrationDataRuntimeMBeanImpl(MigrationData data)
          Used for binding into DomainRuntimeMBean on the admin server alone
 
Method Summary
 String getClusterName()
          Name of the cluster
 String getCoordinatorName()
          Name of the server that acted as the coordinator for this migration.
 String[] getDestinationsAttempted()
          Get all the destinations attempted for migration.
 String getMigratedFrom()
          Where this object was migrated from
 String getMigratedTo()
          Where this object was migrated to
 long getMigrationEndTime()
          End time of migration
 long getMigrationStartTime()
          Start time of migration
 String getServerName()
          Name of the object migrated
 int getStatus()
          Status of the migration (SUCCESSFUL, IN_PROGRESS, or FAILED)
 void update(MigrationData data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceMigrationDataRuntimeMBeanImpl

public ServiceMigrationDataRuntimeMBeanImpl(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.ServiceMigrationDataRuntimeMBean
Name of the object migrated

Specified by:
getServerName in interface weblogic.management.runtime.ServiceMigrationDataRuntimeMBean

getStatus

public int getStatus()
Description copied from interface: weblogic.management.runtime.ServiceMigrationDataRuntimeMBean
Status of the migration (SUCCESSFUL, IN_PROGRESS, or FAILED)

Specified by:
getStatus in interface weblogic.management.runtime.ServiceMigrationDataRuntimeMBean

getMigratedFrom

public String getMigratedFrom()
Description copied from interface: weblogic.management.runtime.ServiceMigrationDataRuntimeMBean
Where this object was migrated from

Specified by:
getMigratedFrom in interface weblogic.management.runtime.ServiceMigrationDataRuntimeMBean

getDestinationsAttempted

public String[] getDestinationsAttempted()
Description copied from interface: weblogic.management.runtime.ServiceMigrationDataRuntimeMBean
Get all the destinations attempted for migration.

Specified by:
getDestinationsAttempted in interface weblogic.management.runtime.ServiceMigrationDataRuntimeMBean

getMigratedTo

public String getMigratedTo()
Description copied from interface: weblogic.management.runtime.ServiceMigrationDataRuntimeMBean
Where this object was migrated to

Specified by:
getMigratedTo in interface weblogic.management.runtime.ServiceMigrationDataRuntimeMBean

getMigrationStartTime

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

Specified by:
getMigrationStartTime in interface weblogic.management.runtime.ServiceMigrationDataRuntimeMBean

getMigrationEndTime

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

Specified by:
getMigrationEndTime in interface weblogic.management.runtime.ServiceMigrationDataRuntimeMBean

getClusterName

public String getClusterName()
Description copied from interface: weblogic.management.runtime.ServiceMigrationDataRuntimeMBean
Name of the cluster

Specified by:
getClusterName in interface weblogic.management.runtime.ServiceMigrationDataRuntimeMBean

getCoordinatorName

public String getCoordinatorName()
Description copied from interface: weblogic.management.runtime.ServiceMigrationDataRuntimeMBean
Name of the server that acted as the coordinator for this migration.

Specified by:
getCoordinatorName in interface weblogic.management.runtime.ServiceMigrationDataRuntimeMBean

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
11g Release 1 (10.3.6)

Part Number E13941-06