Package net.jini.discovery
Class LookupGroups
java.lang.Object
net.jini.discovery.LookupGroups
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]all()Convenience constant used to request that attempts be made to discover all lookup services that are within range, and which belong to any group.static String[]none()Convenience constant used to request that discovery by group membership be halted (or not started, if the group discovery mechanism is simply being instantiated).
-
Constructor Details
-
LookupGroups
public LookupGroups()
-
-
Method Details
-
all
Convenience constant used to request that attempts be made to discover all lookup services that are within range, and which belong to any group. -
none
Convenience constant used to request that discovery by group membership be halted (or not started, if the group discovery mechanism is simply being instantiated).
-