Package com.j_spaces.core.client
Class LookupFinder
java.lang.Object
com.j_spaces.core.client.LookupFinder
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclose()Deprecated.Closes the lookup finder if theACTUAL_CLOSE_SYSTEM_PROPERTYis set to "true".static Objectfind(LookupRequest request) Deprecated.static voidDeprecated.Forces close regardless of theACTUAL_CLOSE_SYSTEM_PROPERTYsystem proepty.static voidsortLookupAttributes(Entry[] attributes) Deprecated.
-
Field Details
-
DEFAULT_TIMEOUT
public static final long DEFAULT_TIMEOUTDeprecated.- See Also:
-
DEFAULT_INTERVAL_TIMEOUT
public static final long DEFAULT_INTERVAL_TIMEOUTDeprecated.- See Also:
-
SINGLE_LOOKUP_TIMEOUT
public static final long SINGLE_LOOKUP_TIMEOUTDeprecated.- See Also:
-
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 callforceClose().- See Also:
-
-
Constructor Details
-
LookupFinder
public LookupFinder()Deprecated.
-
-
Method Details
-
close
public static void close()Deprecated.Closes the lookup finder if theACTUAL_CLOSE_SYSTEM_PROPERTYis set to "true". IF it is not set, will default to "true". -
forceClose
public static void forceClose()Deprecated.Forces close regardless of theACTUAL_CLOSE_SYSTEM_PROPERTYsystem proepty. -
find
Deprecated.- Throws:
FinderException
-
sortLookupAttributes
Deprecated.
-