public interface StorageManagerDetail
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMeStoreBusName()
If the data is stored on a messaging engine, returns the bus name
for the storing messaging engine.
|
java.lang.String |
getMeStoreEngineName()
If the data is stored on a messaging engine then returns the name
of the messaging engine.
|
java.lang.String |
getStatus() |
java.lang.String |
getStorageManagerDescription()
Returns a description of this storage manager for display purposes
|
java.lang.String |
getStorageManagerName()
Returns the name of this storage manager for display purposes.
|
boolean |
isApplicationStore() |
boolean |
isHealthy() |
boolean |
isMEStore() |
java.lang.String getStorageManagerName()
java.lang.String getStorageManagerDescription()
boolean isApplicationStore()
boolean isMEStore()
java.lang.String getMeStoreBusName()
java.lang.String getMeStoreEngineName()
boolean isHealthy()
java.lang.String getStatus()