Overview of RMI Server
RMI server exposes NetDBpi as it is through the RMI/RPC interface stanford.netdb.utils.NetDBi. However it also provides some of additional features related to server and queue management, for which two more methods are provided.void shutdown () Hashtable getQueue () void setMaxConcurrent (long mcc)All of these methods will look into separate ACL file to find if user is allowed to execute requested action. For detailed description of these methods please go to javadoc pages.