Uses of Class
de.iip_ecosphere.platform.services.AbstractServiceDescriptor
-
Uses of AbstractServiceDescriptor in de.iip_ecosphere.platform.services
Classes in de.iip_ecosphere.platform.services with type parameters of type AbstractServiceDescriptorModifier and TypeClassDescriptionclassAbstractArtifactDescriptor<S extends AbstractServiceDescriptor<?>>Basic re-usable implementation ofArtifactDescriptor.classAbstractServiceManager<A extends AbstractArtifactDescriptor<S>,S extends AbstractServiceDescriptor<A>> A basic re-usable implementation of the service manager.Methods in de.iip_ecosphere.platform.services with parameters of type AbstractServiceDescriptorModifier and TypeMethodDescriptionprotected voidAbstractServiceDescriptor.instantiateFrom(AbstractServiceDescriptor<A> template) Does further initialization afterAbstractServiceDescriptor(String, String, String, String, Version)to instantiate an instance fromtemplate.protected voidAbstractServiceDescriptor.instantiateFrom(AbstractServiceDescriptor<A> template, boolean addParameters, boolean addConnectors) Does further initialization afterAbstractServiceDescriptor(String, String, String, String, Version)to instantiate an instance fromtemplate.