Class AsyncReadModifyWriteDemo

java.lang.Object
org.forgerock.json.resource.examples.AsyncReadModifyWriteDemo

public final class AsyncReadModifyWriteDemo extends Object
An example client application which performs an asynchronous read, modify, write update cycle for a resource in an in memory resource container. This example does not require any command line arguments.
  • Method Details

    • main

      public static void main(String[] args) throws ResourceException
      Main method.
      Parameters:
      args - The command line arguments: this example does not have any.
      Throws:
      ResourceException - If an unexpected error occurred.