java.lang.Object
com.zeroc.Ice.Value
com.zeroc.IceGrid.CommunicatorDescriptor
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
ServerDescriptor
,ServiceDescriptor
Describes an Ice communicator.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe indirect object adapters.The database environments.A description of this descriptor.String[]
The path of each log file.The property set. -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aCommunicatorDescriptor
.CommunicatorDescriptor
(List<AdapterDescriptor> adapters, PropertySetDescriptor propertySet, DbEnvDescriptor[] dbEnvs, String[] logs, String description) Constructs aCommunicatorDescriptor
with values for all its fields. -
Method Summary
Methods inherited from class com.zeroc.Ice.Value
ice_getSlicedData, ice_postUnmarshal, ice_preMarshal
-
Field Details
-
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.
-
-
Constructor Details
-
CommunicatorDescriptor
public CommunicatorDescriptor()Constructs aCommunicatorDescriptor
. -
CommunicatorDescriptor
public CommunicatorDescriptor(List<AdapterDescriptor> adapters, PropertySetDescriptor propertySet, DbEnvDescriptor[] dbEnvs, String[] logs, String description) Constructs aCommunicatorDescriptor
with 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.
-
-
Method Details
-
clone
Description copied from class:Value
Returns a copy of the object. The cloned object contains field-for-field copies of the state. -
ice_staticId
Gets the type ID of the associated Slice interface.- Returns:
- the string "::IceGrid::CommunicatorDescriptor"
-
ice_id
Returns the Slice type ID of the most-derived interface supported by this object.
-