Constructs a new FinderPrx proxy.
The communicator for the new proxy.
The string representation of the proxy.
The new FinderPrx proxy.
Checks whether the specified object is equal to this object.
The object to compare with.
true if the specified object is equal to this object, false otherwise.
Gets a proxy to the associated IceStorm.TopicManagerPrx. The proxy might point to several replicas.
Optionalcontext: Map<string, string>The Context map to send with the invocation.
An Ice.AsyncResult object representing the result of the invocation, which resolves to:
Creates a proxy that is identical to this proxy, except for the adapter ID.
The adapter ID for the new proxy.
A proxy with the new adapter ID.
Creates a proxy that is identical to this proxy, but uses batch oneway invocations.
A proxy that uses batch oneway invocations.
Creates a proxy that is identical to this proxy, except for connection caching.
true if the new proxy should cache connections, false otherwise.
A proxy with the specified caching policy.
Creates a proxy that is identical to this proxy, except for its connection ID.
The connection ID for the new proxy. An empty string removes the connection ID.
A proxy with the specified connection ID.
Creates a proxy that is identical to this proxy, except for the per-proxy context.
The context for the new proxy.
A proxy with the new per-proxy context.
Creates a proxy that is identical to this proxy, except for the encoding used to marshal parameters.
The encoding version to use to marshal request parameters.
A proxy with the specified encoding version.
Creates a proxy that is identical to this proxy, except for the endpoints.
The endpoints for the new proxy.
A proxy with the new endpoints.
Creates a proxy that is identical to this proxy, except for the endpoint selection policy.
The new endpoint selection policy.
A proxy with the specified endpoint selection policy.
Creates a proxy that is identical to this proxy, except for the facet.
The facet for the new proxy.
A proxy with the new facet.
Creates a proxy that is identical to this proxy, except it's a fixed proxy bound to the given connection.
The fixed proxy connection.
A fixed proxy bound to the given connection.
Flushes any pending batched requests for this proxy.
An asynchronous result that is resolved when the pending batched requests for this proxy are flushed.
Gets the adapter ID for this proxy.
The adapter ID. If the proxy does not have an adapter ID, the return value is the empty string.
Gets the cached Connection for this proxy. If the proxy does not yet have an established connection, it does not attempt to create a connection.
The cached connection for this proxy, or null if the proxy does not have an established
connection.
Gets the communicator that created this proxy.
The communicator that created this proxy.
Gets the connection ID of this proxy.
An asynchronous result that resolves to the connection used by this proxy.
Gets the connection ID of this proxy.
The connection ID.
Gets the per-proxy context for this proxy.
The per-proxy context.
Gets the encoding version used to marshal request parameters.
The encoding version.
Gets the endpoint selection policy for this proxy (randomly or ordered).
The endpoint selection policy.
Gets the facet for this proxy.
The facet for this proxy. If the proxy uses the default facet, the return value is the empty string.
Gets the invocation timeout of this proxy.
The invocation timeout value.
Gets the locator for this proxy.
The locator for this proxy. If no locator is configured, the return value is null.
Gets the locator cache timeout of this proxy.
The locator cache timeout value.
Gets the type ID of the most-derived Slice interface supported by this object.
Optionalcontext: Map<string, string>The request context.
An asynchronous result that resolves to the Slice type ID of the most-derived interface.
Creates a proxy that is identical to this proxy, except for the identity.
The identity for the new proxy.
A proxy with the new identity.
Gets the Slice interfaces supported by this object as a list of Slice type IDs.
Optionalcontext: Map<string, string>The request context.
An asynchronous result that resolves to an array of the Slice type IDs of the interfaces supported by this object, in alphabetical order
Creates a proxy that is identical to this proxy, except for the invocation timeout.
The new invocation timeout (in milliseconds).
A proxy with the new timeout.
Tests whether this object supports a specific Slice interface.
The type ID of the Slice interface to test against.
Optionalcontext: Map<string, string>The request context.
An asynchronous result that resolves to true if the target object implements the Slice
interface specified by typeId or implements a derived interface, false otherwise.
Determines whether this proxy uses batch oneway invocations.
true if this proxy uses batch oneway invocations, false otherwise.
Determines whether this proxy caches connections.
true if this proxy caches connections, false otherwise.
Determines whether this proxy is a fixed proxy.
true if this proxy is a fixed proxy, false otherwise.
Determines whether this proxy uses oneway invocations.
true if this proxy uses oneway invocations, false otherwise.
Determines whether this proxy uses twoway invocations.
true if this proxy uses twoway invocations, false otherwise.
Creates a proxy that is identical to this proxy, except for the locator.
The locator for the new proxy.
A proxy with the specified locator.
Creates a proxy that is identical to this proxy, except for the locator cache timeout.
The new locator cache timeout (in seconds).
A proxy with the new timeout.
Creates a proxy that is identical to this proxy, but uses oneway invocations.
A proxy that uses oneway invocations.
Tests whether the target object of this proxy can be reached.
Optionalcontext: Map<string, string>The request context.
An asynchronous result that resolves when the ping operation completes.
Creates a stringified version of this proxy.
A stringified proxy.
Creates a proxy that is identical to this proxy, but uses twoway invocations.
A proxy that uses twoway invocations.
StaticcheckedCreates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
The source proxy.
Optionalfacet: stringAn optional facet name.
Optionalcontext: Map<string, string>The request context.
A proxy with the requested type and facet, or null if the target object does not support the requested type.
Staticice_Returns the Slice type ID associated with this type.
The Slice type ID.
Staticunchecked
Provides access to a IceStorm.TopicManagerPrx object via a fixed identity. An IceStorm Finder is always registered with identity
IceStorm/Finder. This allows clients to obtain the associated TopicManager proxy with just the endpoint information of the object. For example, you can use the Finder proxyIceStorm/Finder:tcp -h somehost -p 4061to get the TopicManager proxyMyIceStorm/TopicManager:tcp -h somehost -p 4061.Remarks
The Slice compiler generated this proxy class from Slice interface
::IceStorm::Finder.