java.lang.Object
com.zeroc.Ice.Value
com.zeroc.IceGrid.CommunicatorDescriptor
com.zeroc.IceGrid.ServiceDescriptor
- All Implemented Interfaces:
Serializable,Cloneable
Describes an IceBox service.
Remarks:
The Slice compiler generated this class from Slice class ::IceGrid::ServiceDescriptor.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe entry point of the IceBox service.The service name.Fields inherited from class com.zeroc.IceGrid.CommunicatorDescriptor
adapters, dbEnvs, description, logs, propertySet -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aServiceDescriptor.ServiceDescriptor(List<AdapterDescriptor> adapters, PropertySetDescriptor propertySet, DbEnvDescriptor[] dbEnvs, String[] logs, String description, String name, String entry) Constructs aServiceDescriptorwith values for all its fields. -
Method Summary
Methods inherited from class com.zeroc.Ice.Value
ice_getSlicedData, ice_postUnmarshal, ice_preMarshal
-
Field Details
-
name
The service name. -
entry
The entry point of the IceBox service.
-
-
Constructor Details
-
ServiceDescriptor
public ServiceDescriptor()Constructs aServiceDescriptor. -
ServiceDescriptor
public ServiceDescriptor(List<AdapterDescriptor> adapters, PropertySetDescriptor propertySet, DbEnvDescriptor[] dbEnvs, String[] logs, String description, String name, String entry) Constructs aServiceDescriptorwith 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.name- The service name.entry- The entry point of the IceBox service.
-
-
Method Details
-
clone
Description copied from class:ValueReturns a shallow field-for-field copy of this object.- Overrides:
clonein classCommunicatorDescriptor- Returns:
- the cloned object
-
ice_staticId
Gets the type ID of the associated Slice interface.- Returns:
- the string "::IceGrid::ServiceDescriptor"
-
ice_id
Returns the Slice type ID of the most-derived class supported by this object.- Overrides:
ice_idin classCommunicatorDescriptor- Returns:
- the Slice type ID
-