PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
  Coherence FAQ
  How can I use the Coherence Invocation Service?
Added by Tom Pfaeffle, last edited by Tom Pfaeffle on Aug 13, 2008  (view change)

Labels

 

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.