Uses of Class
de.aristaflow.adept2.base.registry.ServiceInformation
Packages that use ServiceInformation
-
Uses of ServiceInformation in de.aristaflow.adept2.base.registry
Methods in de.aristaflow.adept2.base.registry that return ServiceInformationModifier and TypeMethodDescriptionprotected static ServiceInformationServiceInformation.createExportedLocalService(String serviceType, AbstractRegistry.InstantiationMode instantiationMode, String implementationClass, String[] exportServiceInstances, boolean publish) Creates a new service information instance for an exported local service with the designated attributes.protected static ServiceInformationServiceInformation.createExportedLocalServiceForObject(String serviceType, ADEPT2Service implementation, String[] exportServiceInstances, boolean publish) Creates a new service information instance for an exported local service provided as object with the designated attributes.protected static ServiceInformationServiceInformation.createExportedPrivateRemoteService(String serviceType, URI serviceURI, String[] exportServiceInstances) Creates a new service information instance for an exported private remote service with the designated attributes.protected static ServiceInformationServiceInformation.createExportedPublicRemoteService(String serviceType, String[] exportServiceInstances) Creates a new service information instance for an exported public remote service with the designated attributes.protected static ServiceInformationServiceInformation.createNonExportedLocalService(String serviceType, AbstractRegistry.InstantiationMode instantiationMode, String implementationClass) Creates a new service information instance for a non-exported local service with the designated attributes.protected static ServiceInformationServiceInformation.createNonExportedLocalServiceForObject(String serviceType, ADEPT2Service implementation) Creates a new service information instance for a non-exported local service provided as object with the designated attributes.protected static ServiceInformationServiceInformation.createPrivateRemoteService(String serviceType, URI serviceURI) Creates a new service information instance for a private remote service with the designated attributes.protected static ServiceInformationServiceInformation.createPublicRemoteService(String serviceType) Creates a new service information instance for a public remote service with the designated attributes.protected ServiceInformationLocalServiceRegistry.getServiceInformation(String instanceName) Returns the information (component type, instantiation mode, implementation class, service URI, export service instances and whether to publish the service) for the designated service instance.protected ServiceInformationServiceRegistry.getServiceInformation(String instanceName) Unlike the overridden method, this method returns null instead of aConfigurationExceptionsince it is legal to ask for a service that is not known locally but to the global registry.