|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.narada.wsinfra.wsrm.storage.WsrmStorageService
public abstract class WsrmStorageService
The WsrmStorageService provides accesses to 3 interfaces which cover the gamut of storage operations specific to the WSRM protocol.
Constructor Summary | |
---|---|
WsrmStorageService()
|
Method Summary | |
---|---|
static WsrmStorageService |
getInstance(String configFileLocation)
|
abstract WsrmAuditStorageOperations |
getWsrmAuditStorageOperations()
Retrieves the reference to WsrmAuditStorageOperations. |
abstract WsrmPolicyStorageOperations |
getWsrmPolicyStorageOperations()
Retrieves the reference to WsrmPolicyStorageOperations. |
abstract WsrmProtocolStorageOperations |
getWsrmProtocolStorageOperations()
Retrieves the reference to the WsrmProtocolStorageOperations. |
abstract WsrmSequenceInfoStorageOperations |
getWsrmSequenceInfoStorageOperations()
Retrieves the reference to WsrmSequenceInfoStorageOperations. |
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 WsrmStorageService()
Method Detail |
---|
public static WsrmStorageService getInstance(String configFileLocation) throws WsrmStorageException
WsrmStorageException
public abstract void initialize() throws WsrmStorageException
WsrmStorageException
public abstract WsrmProtocolStorageOperations getWsrmProtocolStorageOperations() throws WsrmStorageException
WsrmStorageException
public abstract WsrmSequenceInfoStorageOperations getWsrmSequenceInfoStorageOperations() throws WsrmStorageException
WsrmStorageException
public abstract WsrmAuditStorageOperations getWsrmAuditStorageOperations() throws WsrmStorageException
WsrmStorageException
public abstract WsrmPolicyStorageOperations getWsrmPolicyStorageOperations() throws WsrmStorageException
WsrmStorageException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |