Interface ServicePluginDescriptor<S extends Service>

Type Parameters:
S - the actual type of service being created
All Superinterfaces:
de.iip_ecosphere.platform.support.plugins.PluginInstanceDescriptor<ServiceDescriptor<S>>
All Known Implementing Classes:
AbstractGenericMultiServicePluginDescriptor, AbstractGenericServicePluginDescriptor, AbstractServicePluginDescriptor, AbstractSpecificServicePluginDescriptor

public interface ServicePluginDescriptor<S extends Service> extends de.iip_ecosphere.platform.support.plugins.PluginInstanceDescriptor<ServiceDescriptor<S>>
Declares the type of a service plugin descriptor.
Author:
Holger Eichelberger, SSE
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Method Summary

    Methods inherited from interface de.iip_ecosphere.platform.support.plugins.PluginInstanceDescriptor

    create