|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.narada.wsinfra.wsrm.storage.impl.WsrmPolicyStorageOperationsImpl
This is the interface used to check if sequence policies based on sequence prefixes have been registered. If there is a match with the newly created sequence, and this sequence DOES NOT have a sequence policies info, we use the default policies that have been previously registered.
| Constructor Summary | |
WsrmPolicyStorageOperationsImpl()
|
|
WsrmPolicyStorageOperationsImpl(Connection connection)
|
|
| Method Summary | |
String[] |
getSequencePrefixes()
Retrieve the list of sequence prefixes |
WsrmSequencePolicies |
getWsrmSequencePolicies(String prefix)
Retrieves a WsrmSequencePolicies associated with the specified prefix |
void |
storePolicyInformation(String prefix,
WsrmSequencePolicies wsrmSequencePolicies)
Stores a WsrmSequencePolicies document based on the specified prefix |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WsrmPolicyStorageOperationsImpl()
public WsrmPolicyStorageOperationsImpl(Connection connection)
| Method Detail |
public void storePolicyInformation(String prefix,
WsrmSequencePolicies wsrmSequencePolicies)
throws WsrmStorageException
storePolicyInformation in interface WsrmPolicyStorageOperationsWsrmStorageException
public String[] getSequencePrefixes()
throws WsrmStorageException
getSequencePrefixes in interface WsrmPolicyStorageOperationsWsrmStorageException
public WsrmSequencePolicies getWsrmSequencePolicies(String prefix)
throws WsrmStorageException
getWsrmSequencePolicies in interface WsrmPolicyStorageOperationsWsrmStorageException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||