Class ServerList


  • public class ServerList
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerList()  
    • Method Summary

      Modifier and Type Method Description
      Server lookup​(java.lang.String name)  
      void registerServer​(Server server)  
      void unregister​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServerList

        public ServerList()
    • Method Detail

      • lookup

        public Server lookup​(java.lang.String name)
      • registerServer

        public void registerServer​(Server server)
      • unregister

        public void unregister​(java.lang.String name)