Uses of Interface
de.iip_ecosphere.platform.services.ServiceManager
-
Uses of ServiceManager in de.iip_ecosphere.platform.services
Classes in de.iip_ecosphere.platform.services that implement ServiceManagerModifier and TypeClassDescriptionclassAbstractServiceManager<A extends AbstractArtifactDescriptor<S>,S extends AbstractServiceDescriptor<A>> A basic re-usable implementation of the service manager.Fields in de.iip_ecosphere.platform.services declared as ServiceManagerMethods in de.iip_ecosphere.platform.services that return ServiceManagerModifier and TypeMethodDescriptionServiceFactoryDescriptor.createInstance()Creates the service manager instance.static ServiceManagerServiceFactory.getServiceManager()Returns the service manager.Methods in de.iip_ecosphere.platform.services with parameters of type ServiceManagerModifier and TypeMethodDescriptionAbstractServiceManager.determineExternalConnections(ServiceManager mgr, String... serviceIds) Determines the external connections of the given services.AbstractServiceManager.determineFunctionalConnections(ServiceManager mgr, String... serviceIds) Determines all connections characterizing the functional output/input services inserviceIds.AbstractServiceManager.determineInternalConnections(ServiceManager mgr, String... serviceIds) Determines all connections withinserviceIds.static String[]AbstractServiceManager.pruneServers(ServiceManager mgr, String... serviceIds) Returns only non-server services fromserviceIds, i.e., only instances that can be identified as server are pruned.static String[]AbstractServiceManager.topLevel(ServiceManager mgr, String... serviceIds) Returns only top-level services fromserviceIds.