|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRuntimeMBeanDelegate
weblogic.cluster.singleton.MigrationDataRuntimeMBeanImpl
public class MigrationDataRuntimeMBeanImpl
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 |
---|
public MigrationDataRuntimeMBeanImpl(MigrationData data) throws ManagementException
ManagementException
Method Detail |
---|
public String getServerName()
weblogic.management.runtime.MigrationDataRuntimeMBean
getServerName
in interface weblogic.management.runtime.MigrationDataRuntimeMBean
public int getStatus()
weblogic.management.runtime.MigrationDataRuntimeMBean
getStatus
in interface weblogic.management.runtime.MigrationDataRuntimeMBean
public String getMachineMigratedFrom()
weblogic.management.runtime.MigrationDataRuntimeMBean
getMachineMigratedFrom
in interface weblogic.management.runtime.MigrationDataRuntimeMBean
public String[] getMachinesAttempted()
weblogic.management.runtime.MigrationDataRuntimeMBean
getMachinesAttempted
in interface weblogic.management.runtime.MigrationDataRuntimeMBean
public String getMachineMigratedTo()
weblogic.management.runtime.MigrationDataRuntimeMBean
getMachineMigratedTo
in interface weblogic.management.runtime.MigrationDataRuntimeMBean
public long getMigrationStartTime()
weblogic.management.runtime.MigrationDataRuntimeMBean
getMigrationStartTime
in interface weblogic.management.runtime.MigrationDataRuntimeMBean
public long getMigrationEndTime()
weblogic.management.runtime.MigrationDataRuntimeMBean
getMigrationEndTime
in interface weblogic.management.runtime.MigrationDataRuntimeMBean
public String getClusterName()
weblogic.management.runtime.MigrationDataRuntimeMBean
getClusterName
in interface weblogic.management.runtime.MigrationDataRuntimeMBean
public String getClusterMasterName()
weblogic.management.runtime.MigrationDataRuntimeMBean
getClusterMasterName
in interface weblogic.management.runtime.MigrationDataRuntimeMBean
public void update(MigrationData data)
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |