javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanpublic interface MigrationDataRuntimeMBean extends RuntimeMBean
| Modifier and Type | Field | Description | 
|---|---|---|
static int | 
FAILED | 
 Indicates failed migration. 
 | 
static int | 
IN_PROGRESS | 
 Indicates a migration in progress. 
 | 
static int | 
SUCCEEDED | 
 Indicates successful migration. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
getClusterMasterName() | 
 Name of the server that acted as the cluster master for this migration. 
 | 
java.lang.String | 
getClusterName() | 
 Name of the server that acted as the cluster master for this migration. 
 | 
java.lang.String | 
getMachineMigratedFrom() | 
 Machine from which the server was migrated from 
 | 
java.lang.String | 
getMachineMigratedTo() | 
 Machine to which the server was migrated to or is in the process of being
 migrated to. 
 | 
java.lang.String[] | 
getMachinesAttempted() | 
 Get all the machines attempted for migration. 
 | 
long | 
getMigrationEndTime() | 
 End time of migration 
 | 
long | 
getMigrationStartTime() | 
 Start time of migration 
 | 
java.lang.String | 
getServerName() | 
 Name of the server migrated 
 | 
int | 
getStatus() | 
 Name of the server migrated 
 | 
getAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentstatic final int SUCCEEDED
static final int IN_PROGRESS
static final int FAILED
java.lang.String[] getMachinesAttempted()
java.lang.String getServerName()
int getStatus()
java.lang.String getMachineMigratedFrom()
java.lang.String getMachineMigratedTo()
long getMigrationStartTime()
long getMigrationEndTime()
java.lang.String getClusterName()
java.lang.String getClusterMasterName()