Class ServiceDescriptor

All Implemented Interfaces:
Serializable, Cloneable

public class ServiceDescriptor extends CommunicatorDescriptor
Describes an IceBox service.
See Also:
  • Field Details

    • name

      public String name
      The service name.
    • entry

      public String entry
      The entry point of the IceBox service.
  • Constructor Details

    • ServiceDescriptor

      public ServiceDescriptor()
      Constructs a ServiceDescriptor.
    • ServiceDescriptor

      public ServiceDescriptor(List<AdapterDescriptor> adapters, PropertySetDescriptor propertySet, DbEnvDescriptor[] dbEnvs, String[] logs, String description, String name, String entry)
      Constructs a ServiceDescriptor 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

      public ServiceDescriptor 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 class CommunicatorDescriptor
      Returns:
      The cloned object.
    • ice_staticId

      public static String ice_staticId()
      Gets the type ID of the associated Slice interface.
      Returns:
      the string "::IceGrid::ServiceDescriptor"
    • ice_id

      public String ice_id()
      Returns the Slice type ID of the most-derived interface supported by this object.
      Overrides:
      ice_id in class CommunicatorDescriptor
      Returns:
      The return value is always ::Ice::Object.