Class LocalServiceRegistry.ServiceNameResolution
java.lang.Object
de.aristaflow.adept2.base.registry.LocalServiceRegistry.ServiceNameResolution
- Enclosing class:
- LocalServiceRegistry
The class used to provide a service load graph with the necessary service
data (names of used services and specific service objects. A service load
graph analyses dependencies of services and orders them.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedServiceNameResolution(SessionToken session) Creates a new instance for provision of the necessary data for a service load graph. -
Method Summary
Modifier and TypeMethodDescriptiongetUnstartedLocalServiceObject(String serviceName) getUsedServiceNameFor(String usingServiceName, String usedServiceType)
-
Constructor Details
-
ServiceNameResolution
Creates a new instance for provision of the necessary data for a service load graph.- Parameters:
session- The session token to use for retrieval of local service objects.
-
-
Method Details
-
getUsedServiceNameFor
public String getUsedServiceNameFor(String usingServiceName, String usedServiceType) throws ConfigurationException - Throws:
ConfigurationException
-
getUnstartedLocalServiceObject
public ADEPT2Service getUnstartedLocalServiceObject(String serviceName) throws ConfigurationException - Throws:
ConfigurationException
-