Class LookupFinder

java.lang.Object
com.j_spaces.core.client.LookupFinder

public class LookupFinder extends Object
Deprecated.
Since 8.0 - This class is reserved for internal usage only.
LookupFinder is a generalized concept of the SpaceFinder utility. It simplifies the process of service lookup and acquiring a proxy of this service. The lookup performed on three criterions: service name, service class and service attributes. Any one of the above criterion can be null.
Version:
1.0
Author:
Igor Goldenberg
  • Field Details

    • DEFAULT_TIMEOUT

      public static final long DEFAULT_TIMEOUT
      Deprecated.
      See Also:
    • DEFAULT_INTERVAL_TIMEOUT

      public static final long DEFAULT_INTERVAL_TIMEOUT
      Deprecated.
      See Also:
    • SINGLE_LOOKUP_TIMEOUT

      public static final long SINGLE_LOOKUP_TIMEOUT
      Deprecated.
      See Also:
    • ACTUAL_CLOSE_SYSTEM_PROPERTY

      public static final String ACTUAL_CLOSE_SYSTEM_PROPERTY
      Deprecated.
      If this system property is set to "true", close() will actually perform the close operation, otherwise, it will not perform anything. To force close, please call forceClose().
      See Also:
  • Constructor Details

    • LookupFinder

      public LookupFinder()
      Deprecated.
  • Method Details