Uses of Interface
de.aristaflow.adept2.base.service.ServiceAccess
Packages that use ServiceAccess
Package
Description
-
Uses of ServiceAccess in de.aristaflow.adept2.base.registry
Classes in de.aristaflow.adept2.base.registry that implement ServiceAccessModifier and TypeClassDescriptionclassA registry wrapper provides access to specific registry methods to a normal component/service. -
Uses of ServiceAccess in de.aristaflow.adept2.base.service
Subinterfaces of ServiceAccess in de.aristaflow.adept2.base.serviceModifier and TypeInterfaceDescriptioninterfaceThis interface provides components and services initialised and started by the registry framework with access to other services and components.Fields in de.aristaflow.adept2.base.service declared as ServiceAccessModifier and TypeFieldDescriptionprotected final ServiceAccessDynamicServiceRegistration.serviceAccessThe service access resolving theURI[]to the corresponding service instance (proxy).Constructors in de.aristaflow.adept2.base.service with parameters of type ServiceAccessModifierConstructorDescriptionDynamicServiceRegistration(Map<K, List<Pair<URI[], Long>>> registered, ReadWriteLock lock, long inactiveSeconds, Class<? extends S> serviceClass, ServiceAccess serviceAccess, Function<SessionToken, SessionToken> sessionProvider, DynamicServiceRegistration.DynamicServiceNotification<K> notification, LogService logService) Constructs a newDynamicServiceRegistrationfor handing dynamically registered services. -
Uses of ServiceAccess in de.aristaflow.adept2.core.client
Subinterfaces of ServiceAccess in de.aristaflow.adept2.core.clientClasses in de.aristaflow.adept2.core.client that implement ServiceAccessModifier and TypeClassDescriptionclassTheMultiplexingClientServiceis a broker for service requests from various web clients. -
Uses of ServiceAccess in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common with parameters of type ServiceAccessModifier and TypeMethodDescriptionAbstractEventManager.getSupportedEventTypes(SessionToken session, ServiceAccess sa) Gets all event types declared via plugin types for this event manager. -
Uses of ServiceAccess in de.aristaflow.adept2.core.registry.cluster
Fields in de.aristaflow.adept2.core.registry.cluster declared as ServiceAccessModifier and TypeFieldDescriptionprotected ServiceAccessServiceStateTracker.servAccessThe access for services within the platform used to retrieve the polled services.Methods in de.aristaflow.adept2.core.registry.cluster with parameters of type ServiceAccessModifier and TypeMethodDescriptionvoidServiceStateTracker.start(AbstractAuthenticatedService pService, ServiceAccess sAccess) Starts this service state tracker each time the platform becomes available (again). -
Uses of ServiceAccess in de.aristaflow.ilm.ws.base.service
Fields in de.aristaflow.ilm.ws.base.service declared as ServiceAccessModifier and TypeFieldDescriptionprotected final ServiceAccessServiceMetaData.serviceAccessThe service access of the corresponding web service communication service providing model factories.Methods in de.aristaflow.ilm.ws.base.service that return ServiceAccessModifier and TypeMethodDescriptionServiceMetaData.getServiceAccess()Gets the service access of the corresponding web service communication service providing model factories.Constructors in de.aristaflow.ilm.ws.base.service with parameters of type ServiceAccessModifierConstructorDescriptionServiceMetaData(LogService logService, Supplier<SessionFactory> sfSupplier, URI[] serviceUris, URL baseUrl, ServiceAccess serviceAccess) Creates new service meta data with the designated data. -
Uses of ServiceAccess in de.aristaflow.ilm.ws.core.executionmanager
Fields in de.aristaflow.ilm.ws.core.executionmanager declared as ServiceAccessModifier and TypeFieldDescriptionprotected final ServiceAccessInstanceExecutionMonitorWebService.sa -
Uses of ServiceAccess in de.aristaflow.ilm.ws.rest.base.service
Methods in de.aristaflow.ilm.ws.rest.base.service with parameters of type ServiceAccessModifier and TypeMethodDescriptionfinal voidAbstractRootResource.exportService(ADEPT2Service serv, Supplier<SessionFactory> sfSupp, URI[] serviceUris, URL webAppBaseUrl, ServiceAccess serviceAccess, Supplier<com.fasterxml.jackson.databind.ObjectMapper> omSupp)