java.lang.Object
com.zeroc.Ice.Value
com.zeroc.IceGrid.CommunicatorDescriptor
com.zeroc.IceGrid.ServerDescriptor
com.zeroc.IceGrid.IceBoxDescriptor
- All Implemented Interfaces:
Serializable,Cloneable
Describes an IceBox server.
Remarks:
The Slice compiler generated this class from Slice class ::IceGrid::IceBoxDescriptor.
- See Also:
-
Field Summary
FieldsFields inherited from class com.zeroc.IceGrid.ServerDescriptor
activation, activationTimeout, allocatable, applicationDistrib, deactivationTimeout, distrib, envs, exe, iceVersion, id, options, pwd, userFields inherited from class com.zeroc.IceGrid.CommunicatorDescriptor
adapters, dbEnvs, description, logs, propertySet -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aIceBoxDescriptor.IceBoxDescriptor(List<AdapterDescriptor> adapters, PropertySetDescriptor propertySet, DbEnvDescriptor[] dbEnvs, String[] logs, String description, String id, String exe, String iceVersion, String pwd, List<String> options, List<String> envs, String activation, String activationTimeout, String deactivationTimeout, boolean applicationDistrib, DistributionDescriptor distrib, boolean allocatable, String user, List<ServiceInstanceDescriptor> services) Constructs aIceBoxDescriptorwith values for all its fields. -
Method Summary
Methods inherited from class com.zeroc.Ice.Value
ice_getSlicedData, ice_postUnmarshal, ice_preMarshal
-
Field Details
-
services
The service instances.
-
-
Constructor Details
-
IceBoxDescriptor
public IceBoxDescriptor()Constructs aIceBoxDescriptor. -
IceBoxDescriptor
public IceBoxDescriptor(List<AdapterDescriptor> adapters, PropertySetDescriptor propertySet, DbEnvDescriptor[] dbEnvs, String[] logs, String description, String id, String exe, String iceVersion, String pwd, List<String> options, List<String> envs, String activation, String activationTimeout, String deactivationTimeout, boolean applicationDistrib, DistributionDescriptor distrib, boolean allocatable, String user, List<ServiceInstanceDescriptor> services) Constructs aIceBoxDescriptorwith values for all its fields.- Parameters:
adapters- The indirect object adapters.propertySet- The property set.dbEnvs- The database environments.logs- The path of each log file.description- A description of this descriptor.id- The server ID.exe- The path of the server executable.iceVersion- The Ice version used by this server.pwd- The path to the server working directory.options- The command line options to pass to the server executable.envs- The server environment variables.activation- The server activation mode.activationTimeout- The activation timeout.deactivationTimeout- The deactivation timeout.applicationDistrib- Specifies if the server depends on the application distribution.distrib- The distribution descriptor.allocatable- Specifies if the server is allocatable.user- The user account used to run the server.services- The service instances.
-
-
Method Details
-
clone
Description copied from class:ValueReturns a shallow field-for-field copy of this object.- Overrides:
clonein classServerDescriptor- Returns:
- the cloned object
-
ice_staticId
Gets the type ID of the associated Slice interface.- Returns:
- the string "::IceGrid::IceBoxDescriptor"
-
ice_id
Returns the Slice type ID of the most-derived class supported by this object.- Overrides:
ice_idin classServerDescriptor- Returns:
- the Slice type ID
-