Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
module |
IceGrid is a server activation and deployment tool. IceGrid, simplifies the complex task of deploying applications in a heterogeneous computer network.
Adaptive load balancing policy.
A "boxed" distribution descriptor.
A "boxed" string.
A communicator descriptor.
An IceBox server descriptor.
A base class for load balancing policies.
Random load balancing policy.
Round robin load balancing policy.
An Ice server descriptor.
An IceBox service descriptor.
The IceGrid administrative interface.
An admin session object used by administrative clients to view, update and receive observer updates from the IceGrid registry.
The icegridadmin command line tool provides a FileParser
object
to transform XML files into ApplicationDescriptor
objects
(structs).
The node observer interface.
The IceGrid query interface.
The IceGrid registry provides a registry object to allow clients or administrative clients to create sessions directly with the registry.
The registry observer interface.
A session object is used by IceGrid clients to allocate and release objects.
A user account mapper object is used by IceGrid nodes to map session identifiers to user accounts.
AccessDeniedException
This exception is raised if an operation can't be performed because the registry lock wasn't acquired or is already acquired by a session.
AdapterNotExistException
This exception is raised if an adapter does not exist.
AllocationException
This exception is raised if the allocation of an object failed.
AllocationTimeoutException
This exception is raised if the request to allocate an object times out.
ApplicationNotExistException
This exception is raised if an application does not exist.
BadSignalException
This exception is raised if an unknown signal was sent to to a server.
DeploymentException
An exception for deployment failure errors.
NodeNotExistException
This exception is raised if a node does not exist.
NodeUnreachableException
This exception is raised if a node could not be reached.
ObjectExistsException
This exception is raised if an object already exists.
ObjectNotRegisteredException
This exception is raised if an object is not registered.
ParseException
This exception is raised if an error occurs during parsing.
PatchException
This exception is raised if a patch failed.
PermissionDeniedException
This exception is raised if a client is denied the ability to create a session with IceGrid.
ServerNotExistException
This exception is raised if a server does not exist.
ServerStartException
This exception is raised if a server failed to start.
ServerStopException
This exception is raised if a server failed to stop.
UserAccountNotFoundException
This exception is raised if a user account for a given session identifier can't be found.
AdapterDescriptor
An Ice object adapter descriptor.
AdapterDynamicInfo
Dynamic information about the state of an adapter.
AdapterInfo
Information about an adapter registered with the IceGrid registry.
ApplicationDescriptor
An application descriptor.
ApplicationUpdateDescriptor
An application update descriptor to describe the updates to apply to a deployed application.
DbEnvDescriptor
A Freeze database environment descriptor.
DistributionDescriptor
A distribution descriptor defines an IcePatch2 server and the directories to retrieve from the patch server.
LoadInfo
Information about the load of a node.
NodeDescriptor
A node descriptor.
NodeDynamicInfo
Dynamic information about the state of a node.
NodeInfo
Information about an IceGrid node.
NodeUpdateDescriptor
A node update descriptor to describe the updates to apply to a node of a deployed application.
ObjectDescriptor
An Ice object descriptor.
ObjectInfo
Information about an Ice object.
PropertyDescriptor
Property descriptor.
PropertySetDescriptor
A property set descriptor.
ReplicaGroupDescriptor
A replica group descriptor.
ServerDynamicInfo
Dynamic information about the state of a server.
ServerInfo
Information about a server managed by an IceGrid node.
ServerInstanceDescriptor
A server template instance descriptor.
ServiceInstanceDescriptor
A service template instance descriptor.
TemplateDescriptor
A template descriptor for server or service templates.
A sequence of adapter descriptors.
A sequence of adapter dynamic information structures.
A sequence of adapter information structures.
A sequence of application descriptors.
A sequence of database environment descriptors.
A sequence of node dynamic information structures.
A sequence of node update descriptors.
A sequence of object descriptors.
A sequence of object information structures.
A sequence of property descriptors.
A sequence of replica groups.
A sequence of server descriptors.
A sequence of server dynamic information structures.
A sequence of server instance descriptors.
A sequence of service descriptors.
A sequence of service instance descriptors.
Mapping of node name to node descriptor.
A mapping of property set name to property set descriptor.
A dictionary of proxies.
A mapping of string to string.
A mapping of template identifier to template descriptor.
Determines which load sampling interval to use.
An enumeration representing the state of the server.
[ "java:type:{java.util.LinkedList}" ]
sequence< |
A sequence of adapter descriptors.
[ "java:type:{java.util.LinkedList}" ]
sequence< |
A sequence of adapter dynamic information structures.
[ "java:type:{java.util.LinkedList}" ]
sequence< |
A sequence of application descriptors.
[ "java:type:{java.util.LinkedList}" ]
sequence< |
A sequence of database environment descriptors.
sequence< |
A sequence of node dynamic information structures.
[ "java:type:{java.util.LinkedList}" ]
sequence< |
A sequence of node update descriptors.
[ "java:type:{java.util.LinkedList}" ]
sequence< |
A sequence of object descriptors.
[ "java:type:{java.util.LinkedList}" ]
sequence< |
A sequence of property descriptors.
[ "java:type:{java.util.LinkedList}" ]
sequence< |
A sequence of replica groups.
[ "java:type:{java.util.LinkedList}" ]
sequence< |
A sequence of server descriptors.
[ "java:type:{java.util.LinkedList}" ]
sequence< |
A sequence of server dynamic information structures.
[ "java:type:{java.util.LinkedList}" ]
sequence< |
A sequence of server instance descriptors.
[ "java:type:{java.util.LinkedList}" ]
sequence< |
A sequence of service descriptors.
[ "java:type:{java.util.LinkedList}" ]
sequence< |
A sequence of service instance descriptors.
dictionary<string, |
Mapping of node name to node descriptor.
dictionary<string, |
A mapping of property set name to property set descriptor.
dictionary<string, |
A mapping of template identifier to template descriptor.
<<< Previous | Home | Next >>> |
Glacier2::StringSet | Up | IceGrid::AccessDeniedException |