Class ServiceDescriptor

All Implemented Interfaces:
Serializable, Cloneable

public class ServiceDescriptor extends CommunicatorDescriptor
An IceBox service descriptor.
See Also:
  • Field Details

    • name

      public String name
      The service name.
    • entry

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

  • 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()
    • ice_id

      public String ice_id()
      Description copied from class: Value
      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.