cgl.narada.wsinfra.wsrm.storage.impl.test
Class WsrmPolicyStorageOperationTest

java.lang.Object
  extended bycgl.narada.wsinfra.wsrm.storage.impl.test.WsrmPolicyStorageOperationTest

public class WsrmPolicyStorageOperationTest
extends Object

Title: WsrmPolicyStorageOperationTest Description:


Constructor Summary
WsrmPolicyStorageOperationTest(String configurationFilename)
           
 
Method Summary
static void main(String[] args)
           
 void testGetSequencePrefixes()
          Retrieve the list of sequence prefixes
 void testGetWsrmSequencePolicies()
          Retrieves a WsrmSequencePolicies associated with the specified prefix
 void testStorePolicyInformation()
          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

WsrmPolicyStorageOperationTest

public WsrmPolicyStorageOperationTest(String configurationFilename)
                               throws WsrmStorageException
Method Detail

testStorePolicyInformation

public void testStorePolicyInformation()
                                throws WsrmStorageException
Stores a WsrmSequencePolicies document based on the specified prefix

Throws:
WsrmStorageException

testGetSequencePrefixes

public void testGetSequencePrefixes()
                             throws WsrmStorageException
Retrieve the list of sequence prefixes

Throws:
WsrmStorageException

testGetWsrmSequencePolicies

public void testGetWsrmSequencePolicies()
                                 throws WsrmStorageException
Retrieves a WsrmSequencePolicies associated with the specified prefix

Throws:
WsrmStorageException

main

public static void main(String[] args)