Constructs a new AdminSessionPrx proxy.
The communicator for the new proxy.
The string representation of the proxy.
The new AdminSessionPrx proxy.
Destroys this session.
Optionalcontext: Map<string, string>The Context map to send with the invocation.
An Ice.AsyncResult object representing the result of the invocation.
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.
Finishes updating the registry and releases the exclusive lock.
Optionalcontext: Map<string, string>The Context map to send with the invocation.
An Ice.AsyncResult object representing the result of the invocation.
IceGrid.AccessDeniedException Thrown when the session doesn't hold the exclusive lock.
Gets a proxy to the IceGrid admin object. The admin object returned by this operation can only be accessed by the session.
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:
Gets a "template" proxy for admin callback objects. An Admin client uses this proxy to set the category of its callback objects, and the published endpoints of the object adapter hosting the admin callback objects.
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:
Gets the name of the registry replica hosting this session.
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.
Keeps the session alive.
Optionalcontext: Map<string, string>The Context map to send with the invocation.
An Ice.AsyncResult object representing the result of the invocation.
Opens a node stderr file for reading.
The node name.
Specifies where to start reading the file. If negative, the file is read from the beginning.
Otherwise, the file is read from the last count lines.
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:
IceGrid.FileNotAvailableException Thrown when the file can't be read.
IceGrid.NodeNotExistException Thrown when the node doesn't exist.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
Opens a node stdout file for reading.
The node name.
Specifies where to start reading the file. If negative, the file is read from the beginning.
Otherwise, the file is read from the last count lines.
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:
IceGrid.FileNotAvailableException Thrown when the file can't be read.
IceGrid.NodeNotExistException Thrown when the node doesn't exist.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
Opens a registry stderr file for reading.
The registry name.
Specifies where to start reading the file. If negative, the file is read from the beginning.
Otherwise, the file is read from the last count lines.
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:
IceGrid.FileNotAvailableException Thrown when the file can't be read.
IceGrid.RegistryNotExistException Thrown when the registry doesn't exist.
IceGrid.RegistryUnreachableException Thrown when the registry is unreachable.
Opens a registry stdout file for reading.
The registry name.
Specifies where to start reading the file. If negative, the file is read from the beginning.
Otherwise, the file is read from the last count lines.
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:
IceGrid.FileNotAvailableException Thrown when the file can't be read.
IceGrid.RegistryNotExistException Thrown when the registry doesn't exist.
IceGrid.RegistryUnreachableException Thrown when the registry is unreachable.
Opens a server log file for reading.
The server ID.
The path of the log file. A log file can be opened only if it's declared in the server or service deployment descriptor.
Specifies where to start reading the file. If negative, the file is read from the beginning.
Otherwise, the file is read from the last count lines.
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:
IceGrid.DeploymentException Thrown when the server couldn't be deployed on the node.
IceGrid.FileNotAvailableException Thrown when the file can't be read.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
IceGrid.ServerNotExistException Thrown when the server doesn't exist.
Opens a server stderr file for reading.
The server ID.
Specifies where to start reading the file. If negative, the file is read from the beginning.
Otherwise, the file is read from the last count lines.
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:
IceGrid.DeploymentException Thrown when the server couldn't be deployed on the node.
IceGrid.FileNotAvailableException Thrown when the file can't be read.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
IceGrid.ServerNotExistException Thrown when the server doesn't exist.
Opens a server stdout file for reading.
The server id.
Specifies where to start reading the file. If negative, the file is read from the beginning.
Otherwise, the file is read from the last count lines.
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:
IceGrid.DeploymentException Thrown when the server couldn't be deployed on the node.
IceGrid.FileNotAvailableException Thrown when the file can't be read.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
IceGrid.ServerNotExistException Thrown when the server doesn't exist.
Sets the observer proxies that receive notifications when the state of the registry or nodes changes.
The registry observer.
The node observer.
The application observer.
The adapter observer.
The object observer.
Optionalcontext: Map<string, string>The Context map to send with the invocation.
An Ice.AsyncResult object representing the result of the invocation.
IceGrid.ObserverAlreadyRegisteredException Thrown when an observer is already registered with this registry.
Sets the observer identities that receive notifications when the state of the registry or nodes changes. This operation should be used by clients that are using a bidirectional connection to communicate with the session.
An Ice.AsyncResult object representing the result of the invocation.
IceGrid.ObserverAlreadyRegisteredException Thrown when an observer is already registered with this registry.
Acquires an exclusive lock to start updating the registry applications.
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:
IceGrid.AccessDeniedException Thrown when the exclusive lock can't be acquired. This might happen if the lock is currently acquired by another session.
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.
StaticuncheckedCreates a new proxy from an existing proxy.
The source proxy.
Optionalfacet: stringAn optional facet name.
A new proxy with the requested type and facet, or null if the source proxy is null.
Creates a new proxy from an existing proxy.
The source proxy.
Optionalfacet: stringAn optional facet name.
A new proxy with the requested type and facet, or null if the source proxy is null.
Represents an administrative session between an admin tool and an IceGrid registry.
See
IceGrid.RegistryPrx
Remarks
The Slice compiler generated this proxy class from Slice interface
::IceGrid::AdminSession.