???? ExportedService


@ComponentPropertyType @Retention(CLASS) @Target(TYPE) public @interface ExportedService
Component Property Type for the remote service properties for an exported service.

This annotation can be used on a Component to declare the values of the remote service properties for an exported service.

???????:
1.4
????:
  • "Component Property Types"
  • "Remote Services Specification"
  • ??????

    • service_exported_interfaces

      Class<?>[] service_exported_interfaces
      Service property marking the service for export. It defines the interfaces under which the service can be exported.

      If an empty array is specified, the property is not added to the component description.

      ??:
      The exported service interfaces.
      ????:
      • Constants.SERVICE_EXPORTED_INTERFACES
    • service_exported_configs

      String[] service_exported_configs
      Service property identifying the configuration types that should be used to export the service.

      If an empty array is specified, the default value, the property is not added to the component description.

      ??:
      The configuration types.
      ????:
      • Constants.SERVICE_EXPORTED_CONFIGS
      ???:
      {}
    • service_exported_intents

      String[] service_exported_intents
      Service property identifying the intents that the distribution provider must implement to distribute the service.

      If an empty array is specified, the default value, the property is not added to the component description.

      ??:
      The intents that the distribution provider must implement to distribute the service.
      ????:
      • Constants.SERVICE_EXPORTED_INTENTS
      ???:
      {}
    • service_exported_intents_extra

      String[] service_exported_intents_extra
      Service property identifying the extra intents that the distribution provider must implement to distribute the service.

      If an empty array is specified, the default value, the property is not added to the component description.

      ??:
      The extra intents that the distribution provider must implement to distribute the service.
      ????:
      • Constants.SERVICE_EXPORTED_INTENTS_EXTRA
      ???:
      {}
    • service_intents

      String[] service_intents
      Service property identifying the intents that the distribution provider must implement to distribute the service.

      If an empty array is specified, the default value, the property is not added to the component description.

      ??:
      The intents that the service implements.
      ????:
      • Constants.SERVICE_INTENTS
      ???:
      {}