LocatorFinder class abstract

This inferface should be implemented by services implementing the Ice::Locator interface. It should be advertised through an Ice object with the identity `Ice/LocatorFinder'. This allows clients to retrieve the locator proxy with just the endpoint information of the service.

Constructors

LocatorFinder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getLocator() Locator
Get the locator proxy implemented by the process hosting this finder object. The proxy might point to several replicas. @return The locator proxy.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited