java.lang.Object
com.zeroc.Ice.Value
com.zeroc.IceGrid.CommunicatorDescriptor
com.zeroc.IceGrid.ServiceDescriptor
- All Implemented Interfaces:
Serializable
,Cloneable
Describes an IceBox service.
- 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 aServiceDescriptor
with 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 aServiceDescriptor
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.name
- The service name.entry
- The entry point of the IceBox service.
-
-
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.- Overrides:
clone
in 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 interface supported by this object.- Overrides:
ice_id
in classCommunicatorDescriptor
- Returns:
- The return value is always
::Ice::Object
.
-