com.ibm.websphere.websvcs.rm
Interface StorageManagerDetail
- public interface StorageManagerDetail
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getMeStoreBusName()
If the data is stored on a messaging engine, returns the bus name
for the storing messaging engine.
|
|
getMeStoreEngineName()
If the data is stored on a messaging engine then returns the name
of the messaging engine.
|
|
getStatus()
|
|
getStorageManagerDescription()
Returns a description of this storage manager for display purposes
|
|
getStorageManagerName()
Returns the name of this storage manager for display purposes.
|
|
isApplicationStore()
|
|
isHealthy()
|
|
isMEStore()
|
Method Detail
getStorageManagerName
- java.lang.String getStorageManagerName( )
Returns the name of this storage manager for display purposes.
getStorageManagerDescription
- java.lang.String getStorageManagerDescription( )
Returns a description of this storage manager for display purposes
isApplicationStore
- boolean isApplicationStore()
Returns:
true if this view of the storage is for an application
isMEStore
- boolean isMEStore()
Returns:
true if the WS-ReliableMessaging sequence data is stored on a messaging engine
getMeStoreBusName
- java.lang.String getMeStoreBusName( )
If the data is stored on a messaging engine, returns the bus name
for the storing messaging engine. Otherwise returns null.
getMeStoreEngineName
- java.lang.String getMeStoreEngineName( )
If the data is stored on a messaging engine then returns the name
of the messaging engine. Otherwise returns null.
isHealthy
- boolean isHealthy()
Returns:
true if this store is healthy. A healthy store indicates that there are
no WS-ReliableMessaging sequences that are having problems transmitting messages
getStatus
- java.lang.String getStatus()
Returns:
a description of the current status