Uses of Interface
de.aristaflow.adept2.base.service.ServiceAccess
-
-
Uses of ServiceAccess in de.aristaflow.adept2.base.registry
Classes in de.aristaflow.adept2.base.registry that implement ServiceAccess Modifier and Type Class Description class
RegistryWrapper
A 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.service Modifier and Type Interface Description interface
Registry
This 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 ServiceAccess Modifier and Type Field Description protected ServiceAccess
DynamicServiceRegistration. serviceAccess
The service access resolving theURI[]
to the corresponding service instance (proxy).Constructors in de.aristaflow.adept2.base.service with parameters of type ServiceAccess Constructor Description DynamicServiceRegistration(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 newDynamicServiceRegistration
for handing dynamically registered services. -
Uses of ServiceAccess in de.aristaflow.adept2.core.client
Subinterfaces of ServiceAccess in de.aristaflow.adept2.core.client Modifier and Type Interface Description interface
ADEPT2ClientService
Deprecated.Classes in de.aristaflow.adept2.core.client that implement ServiceAccess Modifier and Type Class Description class
MultiplexingClientService
TheMultiplexingClientService
is 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 ServiceAccess Modifier and Type Method Description protected Map<String,Class<? extends Event>>
AbstractEventManager. 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 ServiceAccess Modifier and Type Field Description protected ServiceAccess
ServiceStateTracker. servAccess
The access for services within the platform used to retrieve the polled services.Methods in de.aristaflow.adept2.core.registry.cluster with parameters of type ServiceAccess Modifier and Type Method Description void
ServiceStateTracker. 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 ServiceAccess Modifier and Type Field Description protected ServiceAccess
ServiceMetaData. serviceAccess
The service access of the corresponding web service communication service providing model factories.Methods in de.aristaflow.ilm.ws.base.service that return ServiceAccess Modifier and Type Method Description ServiceAccess
ServiceMetaData. 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 ServiceAccess Constructor Description ServiceMetaData(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.rest.base.service
Methods in de.aristaflow.ilm.ws.rest.base.service with parameters of type ServiceAccess Modifier and Type Method Description void
AbstractRootResource. exportService(ADEPT2Service serv, Supplier<SessionFactory> sfSupp, URI[] serviceUris, URL webAppBaseUrl, ServiceAccess serviceAccess, Supplier<com.fasterxml.jackson.databind.ObjectMapper> omSupp)
-