|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.wsr.storage.WsrStorageService
public abstract class WsrStorageService
The WsrStorageService provides accesses to 3 interfaces which cover the gamut of storage operations specific to the WSRM protocol.
| Constructor Summary | |
|---|---|
WsrStorageService()
|
|
| Method Summary | |
|---|---|
static WsrStorageService |
getSinkStorageServiceInstance(String configFileLocation)
|
static WsrStorageService |
getSourceStorageServiceInstance(String configFileLocation)
|
abstract WsrGroupInfoStorageOperations |
getWsrGroupInfoStorageOperations()
Retrieves the reference to WsrSequenceInfoStorageOperations. |
abstract WsrProtocolStorageOperations |
getWsrProtocolStorageOperations()
Retrieves the reference to the WsrProtocolStorageOperations. |
abstract void |
initialize()
This method is used to initialize the storage interfaces and tables when the service starts up for the first time or after a scheduled downtime or is recovering from an unforeseen failure. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsrStorageService()
| Method Detail |
|---|
public static WsrStorageService getSinkStorageServiceInstance(String configFileLocation)
throws WsrStorageException
WsrStorageException
public static WsrStorageService getSourceStorageServiceInstance(String configFileLocation)
throws WsrStorageException
WsrStorageException
public abstract void initialize()
throws WsrStorageException
WsrStorageException
public abstract WsrProtocolStorageOperations getWsrProtocolStorageOperations()
throws WsrStorageException
WsrStorageException
public abstract WsrGroupInfoStorageOperations getWsrGroupInfoStorageOperations()
throws WsrStorageException
WsrStorageException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||