Class LookupGroups

java.lang.Object
net.jini.discovery.LookupGroups

public class LookupGroups extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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[]
    Convenience constant used to request that discovery by group membership be halted (or not started, if the group discovery mechanism is simply being instantiated).

    Methods inherited from class java.lang.Object

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

    • LookupGroups

      public LookupGroups()
  • Method Details

    • all

      public static 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.
    • none

      public 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).