Package com.zeroc.Ice
Class ServantLocator.LocateResult
java.lang.Object
com.zeroc.Ice.ServantLocator.LocateResult
- Enclosing interface:
- ServantLocator
Holds the result of operation locate.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA "cookie" that will be passed tofinished
.The located servant, or null if no suitable servant has been found. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.LocateResult
(Object returnValue, Object cookie) This constructor makes shallow copies of the results for operation Locate. -
Method Summary
-
Field Details
-
returnValue
The located servant, or null if no suitable servant has been found. -
cookie
A "cookie" that will be passed tofinished
.
-
-
Constructor Details
-
LocateResult
public LocateResult()Default constructor. -
LocateResult
This constructor makes shallow copies of the results for operation Locate.- Parameters:
returnValue
- The located servant, or null if no suitable servant has been found.cookie
- A "cookie" that will be passed tofinished
.
-