IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.websvcs.rm
Interface StorageManagerDetail


public interface StorageManagerDetail

This class details information about a WS-ReliableMessaging storage manager


Method Summary
 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()
           
 

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

IBM WebSphere Application ServerTM
Release 8