Uses of Interface
de.aristaflow.adept2.core.client.ADEPT2ClientService
Packages that use ADEPT2ClientService
-
Uses of ADEPT2ClientService in de.aristaflow.adept2.core.client
Classes in de.aristaflow.adept2.core.client that implement ADEPT2ClientServiceModifier and TypeClassDescriptionclassTheMultiplexingClientServiceis a broker for service requests from various web clients.Fields in de.aristaflow.adept2.core.client with type parameters of type ADEPT2ClientServiceModifier and TypeFieldDescriptionprotected final Map<String,ADEPT2ClientService> MultiplexingClientService.sessionServiceMappingMapping between a user-session-ID and an ADEPT2 client service.Methods in de.aristaflow.adept2.core.client that return ADEPT2ClientServiceModifier and TypeMethodDescriptionMultiplexingClientService.getClientService()Returns the ADEPT2ClientService which was mapped inaddClientServiceornullif none was found.MultiplexingClientService.getClientService(SessionToken session) This method can be called to receive theADEPT2ClientServicewhich is mapped to the user session ID in the additionalAttributes of the SessionToken.MultiplexingClientService.getClientService(String userSessionId) Gets theADEPT2ClientServicefor the designated user session ID allowing to retrieve the client service from a thread without user context.MultiplexingClientService.getClientServiceOrException()Returns the ADEPT2ClientService which was mapped inaddClientServiceor throws anIllegalStateExceptionif no client session context is available.