public interface ServiceMigrationDataRuntimeMBean extends RuntimeMBean
| Modifier and Type | Field and 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 and Description | 
|---|---|
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) 
 | 
addPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenerstatic final int SUCCEEDED
static final int IN_PROGRESS
static final int FAILED
String[] getDestinationsAttempted()
String getServerName()
int getStatus()
String getMigratedFrom()
String getMigratedTo()
long getMigrationStartTime()
long getMigrationEndTime()
String getClusterName()
String getCoordinatorName()