J2EERemoteClient.java | Class | Class used to connect to and communicate with a workflow engine via RMI-RPC.
To use this client, please ensure that JNDI is configured with the correct
InitialContextFactory (set in jndi.properties, or as a system property).
This interface is based on the WfMC's Interface 2 Client API specification.
Some of the methods have been modified from the original specification to fit
within the normal design of Java applications. |