RMI server in-process mode

The RMI server can run in an in-process mode. The in-process implementation is contained within a custom application process and is used when maps must be run within the client process.

The in-process implementation is contained within a custom application process and is used when maps must be run within the client process. Though the in-process mode appears to an RMI API user as a client-server process, it is actually a single process. To run the RMI server in an in-process mode, the server must be installed on the same machine as the RMI API client component.