com.ibm.websphere.websvcs.rm

Interface StorageManagerDetail


  1. public interface StorageManagerDetail
This class details information about a WS-ReliableMessaging storage manager

Method Summary

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

Method Detail

getStorageManagerName

  1. java.lang.String getStorageManagerName( )
Returns the name of this storage manager for display purposes.

getStorageManagerDescription

  1. java.lang.String getStorageManagerDescription( )
Returns a description of this storage manager for display purposes

isApplicationStore

  1. boolean isApplicationStore()
Returns:
true if this view of the storage is for an application

isMEStore

  1. boolean isMEStore()
Returns:
true if the WS-ReliableMessaging sequence data is stored on a messaging engine

getMeStoreBusName

  1. 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

  1. 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

  1. 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

  1. java.lang.String getStatus()
Returns:
a description of the current status