Class JxtaNetworkManagerRegistry
- java.lang.Object
-
- com.sun.enterprise.mgmt.transport.jxta.JxtaNetworkManagerRegistry
-
public class JxtaNetworkManagerRegistry extends java.lang.ObjectThis 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 namesstatic voidremove(java.lang.String groupName)removes the NetworkManagerProxy instance from the registry.
-
-
-
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
-
-