Manager Remote Implementation
To install the object into your RMI registry
java org.egothor.robot.remote.ManagerImpl -i [-a uri] [-l dir] [-c uri] [-s uri]
uninstallation is achieved by
java org.egothor.robot.remote.ManagerImpl -u [-a uri]
Parameter
-a specifies to which URI the object is bound. The location in which the Manager operates is given by
-l (default: current directory). From this directory
RulesFile is read.
Remote Corpus used by Manager is specified by
-c parameter, and Scheduler should be available at
-s URI.