Constructs a new AdminPrx proxy.
The communicator for the new proxy.
The string representation of the proxy.
The new AdminPrx proxy.
Adds an application to IceGrid.
The application descriptor.
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 or when another session is holding the lock.
IceGrid.DeploymentException Thrown when the application deployment failed.
Adds an object to the object registry. IceGrid gets the object type by calling ice_id on obj. The
object must be reachable.
A proxy to the object. This proxy is never null.
Optionalcontext: Map<string, string>The Context map to send with the invocation.
An Ice.AsyncResult object representing the result of the invocation.
IceGrid.DeploymentException Thrown when the object can't be added.
IceGrid.ObjectExistsException Thrown when the object is already registered.
Adds an object to the object registry and explicitly specifies its type.
The object to be added to the registry. The proxy is never null.
The type name.
Optionalcontext: Map<string, string>The Context map to send with the invocation.
An Ice.AsyncResult object representing the result of the invocation.
IceGrid.DeploymentException Thrown when the application deployment failed.
IceGrid.ObjectExistsException Thrown when the object is already registered.
Enables or disables a server. A disabled server can't be started on demand or administratively. The enable state of the server is not persistent: if the node is shut down and restarted, the server will be enabled by default.
The server ID.
true to enable the server, false to disable it.
Optionalcontext: Map<string, string>The Context map to send with the invocation.
An Ice.AsyncResult object representing the result of the invocation.
IceGrid.DeploymentException Thrown when the deployment of the server failed.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
IceGrid.ServerNotExistException Thrown when the server doesn't exist.
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 adapter information for the replica group or adapter with the given ID.
The adapter or replica group ID.
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:
id refers to an adapter, this sequence contains a single element.
If id refers to a replica group, this sequence contains adapter information for each member of the
replica group.IceGrid.AdapterNotExistException Thrown when the adapter or replica group doesn't exist.
Gets the IDs of all adapters registered with IceGrid.
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 all the IceGrid applications currently registered.
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 names of all IceGrid nodes currently registered.
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 object info of all the registered objects whose stringified identities match the given expression.
The expression to match against the stringified identities of registered objects. The expression
may contain a trailing wildcard (*) character.
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 names of all the IceGrid registries currently registered.
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 IDs of all the servers registered with IceGrid.
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 an application descriptor.
The application name.
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.ApplicationNotExistException Thrown when the application doesn't exist.
Gets the default application descriptor.
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 default application descriptor is invalid or unreachable.
Gets a proxy to the admin object of an IceGrid node.
The IceGrid node name.
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.NodeNotExistException Thrown when the node doesn't exist.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
Get the hostname of a node.
The node name.
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.NodeNotExistException Thrown when the node doesn't exist.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
Gets the node information of a node.
The node name.
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.NodeNotExistException Thrown when the node doesn't exist.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
Gets the load averages of a node.
The node name.
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.NodeNotExistException Thrown when the node doesn't exist.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
Gets the number of physical processor sockets in the computer where an IceGrid node is deployed.
Note that this operation returns 1 on operating systems where this can't be automatically determined and
where the IceGrid.Node.ProcessorSocketCount property for the node is not set.
The node name.
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.NodeNotExistException Thrown when the node doesn't exist.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
Gets the object info for the object.
The identity of the object.
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.ObjectNotRegisteredException Thrown when the object isn't registered with the registry.
Gets the object info of all the registered objects with a given type.
The type name.
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 proxy to the admin object of an IceGrid registry.
The registry name.
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.RegistryNotExistException Thrown when the registry doesn't exist.
Gets the registry information of an IceGrid registry.
The registry name.
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.RegistryNotExistException Thrown when the registry doesn't exist.
IceGrid.RegistryUnreachableException Thrown when the registry is unreachable.
Gets a proxy to the admin object of a server.
The server ID.
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 deployment of the server failed.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
IceGrid.ServerNotExistException Thrown when the server doesn't exist.
Gets the category for server admin objects. You can manufacture a server admin proxy from the admin proxy by changing its identity: use the server ID as name and the returned category as category.
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 information about a server.
The server ID.
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.ServerNotExistException Thrown when the server doesn't exist.
Gets the system process ID of a server. The process ID is operating system dependent.
The server ID.
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 deployment of the server failed.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
IceGrid.ServerNotExistException Thrown when the server doesn't exist.
Gets the state of a server.
The server ID.
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 deployment of the server failed.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
IceGrid.ServerNotExistException Thrown when the server doesn't exist.
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.
Instantiates a server template.
The application name.
The name of the node where the server will be deployed.
The descriptor of the server instance to deploy.
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 or when another session is holding the lock.
IceGrid.ApplicationNotExistException Thrown when the application doesn't exist.
IceGrid.DeploymentException Thrown when the application deployment failed.
Checks if the server is enabled or disabled.
The server ID.
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:
true if the server is enabled, false otherwise.IceGrid.DeploymentException Thrown when the deployment of the server failed.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
IceGrid.ServerNotExistException Thrown when the server doesn't exist.
Pings an IceGrid node to see if it is active.
The node name.
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:
true if the node ping succeeded, false otherwise.IceGrid.NodeNotExistException Thrown when the node doesn't exist.
Pings an IceGrid registry to see if it is active.
The registry name.
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:
true if the registry ping succeeded, false otherwise.IceGrid.RegistryNotExistException Thrown when the registry doesn't exist.
Removes the adapter with the given ID.
The adapter ID.
Optionalcontext: Map<string, string>The Context map to send with the invocation.
An Ice.AsyncResult object representing the result of the invocation.
IceGrid.AdapterNotExistException Thrown when the adapter doesn't exist.
IceGrid.DeploymentException Thrown when the application deployment failed.
Removes an application from IceGrid.
The application name.
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 or when another session is holding the lock.
IceGrid.ApplicationNotExistException Thrown when the application doesn't exist.
IceGrid.DeploymentException Thrown when the application deployment failed.
Removes an object from the object registry. Only objects added with this interface can be removed with this operation. Objects added with deployment descriptors should be removed with the deployment mechanism.
The identity of the object to remove.
Optionalcontext: Map<string, string>The Context map to send with the invocation.
An Ice.AsyncResult object representing the result of the invocation.
IceGrid.DeploymentException Thrown when the object can't be removed.
IceGrid.ObjectNotRegisteredException Thrown when the object isn't registered with the registry.
Sends a signal to a server.
The server ID.
The signal, for example SIGTERM or 15.
Optionalcontext: Map<string, string>The Context map to send with the invocation.
An Ice.AsyncResult object representing the result of the invocation.
IceGrid.BadSignalException Thrown when the signal is not recognized by the target server.
IceGrid.DeploymentException Thrown when the deployment of the server failed.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
IceGrid.ServerNotExistException Thrown when the server doesn't exist.
Shuts down the IceGrid registry.
Optionalcontext: Map<string, string>The Context map to send with the invocation.
An Ice.AsyncResult object representing the result of the invocation.
Shuts down an IceGrid node.
The node name.
Optionalcontext: Map<string, string>The Context map to send with the invocation.
An Ice.AsyncResult object representing the result of the invocation.
IceGrid.NodeNotExistException Thrown when the node doesn't exist.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
Shuts down an IceGrid registry.
The registry name.
Optionalcontext: Map<string, string>The Context map to send with the invocation.
An Ice.AsyncResult object representing the result of the invocation.
IceGrid.RegistryNotExistException Thrown when the registry doesn't exist.
IceGrid.RegistryUnreachableException Thrown when the registry is unreachable.
Starts a server and waits for its activation.
The server id.
Optionalcontext: Map<string, string>The Context map to send with the invocation.
An Ice.AsyncResult object representing the result of the invocation.
IceGrid.DeploymentException Thrown when the deployment of the server failed.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
IceGrid.ServerNotExistException Thrown when the server doesn't exist.
IceGrid.ServerStartException Thrown when the server startup failed.
Stops a server.
The server ID.
Optionalcontext: Map<string, string>The Context map to send with the invocation.
An Ice.AsyncResult object representing the result of the invocation.
IceGrid.DeploymentException Thrown when the deployment of the server failed.
IceGrid.NodeUnreachableException Thrown when the node is unreachable.
IceGrid.ServerNotExistException Thrown when the server doesn't exist.
IceGrid.ServerStopException Thrown when the server stop failed.
Synchronizes a deployed application. This operation replaces the current descriptor with a new descriptor.
The new application descriptor.
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 or when another session is holding the lock.
IceGrid.ApplicationNotExistException Thrown when the application doesn't exist.
IceGrid.DeploymentException Thrown when the application deployment failed.
Synchronizes a deployed application. This operation replaces the current descriptor with a new descriptor only if no server restarts are necessary for the update of the application. If some servers need to be restarted, the synchronization is rejected with a DeploymentException.
The application descriptor.
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 or when another session is holding the lock.
IceGrid.ApplicationNotExistException Thrown when the application doesn't exist.
IceGrid.DeploymentException Thrown when the application deployment failed.
Updates a deployed application.
The update descriptor.
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 or when another session is holding the lock.
IceGrid.ApplicationNotExistException Thrown when the application doesn't exist.
IceGrid.DeploymentException Thrown when the application deployment failed.
Updates a deployed application. This operation succeeds only when no server restarts are necessary for the update of the application. If some servers need to be restarted, the synchronization is rejected with a DeploymentException.
The update descriptor.
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 or when another session is holding the lock.
IceGrid.ApplicationNotExistException Thrown when the application doesn't exist.
IceGrid.DeploymentException Thrown when the application deployment failed.
Updates an object in the object registry. Only objects added with this interface can be updated with this operation. Objects added with deployment descriptors should be updated with the deployment mechanism.
A proxy to the object. This proxy is never null.
Optionalcontext: Map<string, string>The Context map to send with the invocation.
An Ice.AsyncResult object representing the result of the invocation.
IceGrid.DeploymentException Thrown when the object can't be updated.
IceGrid.ObjectNotRegisteredException Thrown when the object isn't registered with the registry.
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 administrative access to an IceGrid deployment.
Remarks
The Slice compiler generated this proxy class from Slice interface
::IceGrid::Admin.