The attached files show how to use the Invocation Service.
- The InvocationClient demonstrates how to make distributed invocation requests.
- The InvocationServer shows how to sign up a JVM to the Invocation Service and make it available for request fulfillment.
To run this example, download and compile the attached .java files and run one or more instances of the InvocationServer, as specified in its comments. Then run an instance of InvocationClient, as specified in its comments.