javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanpublic interface ServiceMigrationDataRuntimeMBean 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 | 
getClusterName() | 
 Name of the cluster 
 | 
java.lang.String | 
getCoordinatorName() | 
 Name of the server that acted as the coordinator for this migration. 
 | 
java.lang.String[] | 
getDestinationsAttempted() | 
 Get all the destinations attempted for migration. 
 | 
java.lang.String | 
getMigratedFrom() | 
 Where this object was migrated from 
 | 
java.lang.String | 
getMigratedTo() | 
 Where this object was migrated to 
 | 
long | 
getMigrationEndTime() | 
 End time of migration 
 | 
long | 
getMigrationStartTime() | 
 Start time of migration 
 | 
java.lang.String | 
getServerName() | 
 Name of the object migrated 
 | 
int | 
getStatus() | 
 Status of the migration (SUCCESSFUL, IN_PROGRESS, or FAILED) 
 | 
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[] getDestinationsAttempted()
java.lang.String getServerName()
int getStatus()
java.lang.String getMigratedFrom()
java.lang.String getMigratedTo()
long getMigrationStartTime()
long getMigrationEndTime()
java.lang.String getClusterName()
java.lang.String getCoordinatorName()