| This example starts a RMI over IIOP server that listens for RMI clients to connect
and exposes its functionalities via JMX.
To be run, be sure to have started the rmiregistry utility on the port
specified by
MyRemoteService.JNDI_NAME , with the following command:
$JAVA_HOME/bin/rmiregistry 1099
version: $Revision: 1.1 $ |