Class JxtaNetworkManagerRegistry


  • public class JxtaNetworkManagerRegistry
    extends java.lang.Object
    This is a registry that holds the network manager instances based on group name.
    Author:
    Shreedhar Ganapathy Date: Oct 12, 2006 Time: 10:46:25 AM
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Iterator<java.lang.String> getGroups()
      Returns all registered domain names
      static void remove​(java.lang.String groupName)
      removes the NetworkManagerProxy instance from the registry.
      • Methods inherited from class java.lang.Object

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

      • remove

        public static void remove​(java.lang.String groupName)
        removes the NetworkManagerProxy instance from the registry.
        Parameters:
        groupName - name of the group
      • getGroups

        public static java.util.Iterator<java.lang.String> getGroups()
        Returns all registered domain names
        Returns:
        an interator of domain names