Uses of Interface
de.aristaflow.adept2.core.client.ADEPT2ClientService
-
Packages that use ADEPT2ClientService Package Description de.aristaflow.adept2.core.client -
-
Uses of ADEPT2ClientService in de.aristaflow.adept2.core.client
Classes in de.aristaflow.adept2.core.client that implement ADEPT2ClientService Modifier and Type Class Description classMultiplexingClientServiceTheMultiplexingClientServiceis a broker for service requests from various web clients.Fields in de.aristaflow.adept2.core.client with type parameters of type ADEPT2ClientService Modifier and Type Field Description protected Map<String,ADEPT2ClientService>MultiplexingClientService. sessionServiceMappingMapping between a user-session-ID and an ADEPT2 client service.Methods in de.aristaflow.adept2.core.client that return ADEPT2ClientService Modifier and Type Method Description ADEPT2ClientServiceMultiplexingClientService. getClientService()Returns the ADEPT2ClientService which was mapped inaddClientServiceornullif none was found.ADEPT2ClientServiceMultiplexingClientService. getClientService(SessionToken session)This method can be called to receive theADEPT2ClientServicewhich is mapped to the user session ID in the additionalAttributes of the SessionToken.ADEPT2ClientServiceMultiplexingClientService. getClientServiceOrException()Returns the ADEPT2ClientService which was mapped inaddClientServiceor throws anIllegalStateExceptionif no client session context is available.
-