Class RMIRegistryController


  • public class RMIRegistryController
    extends Object
    Creates and manages RMI registries
    • Field Detail

      • log

        public static final org.apache.commons.logging.Log log
    • Method Detail

      • createLocalRegistry

        public void createLocalRegistry​(int port)
        Creates a RMI local registry with given port
        Parameters:
        port - The port of the RMI registry to be created
      • removeLocalRegistry

        public void removeLocalRegistry​(int port)
        removes if there is a RMI local registry instance
        Parameters:
        port - The port of the RMI registry to be removed
      • shutDown

        public void shutDown()
        Removes all registered RMI registries