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 class
MultiplexingClientService
TheMultiplexingClientService
is 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. sessionServiceMapping
Mapping 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 ADEPT2ClientService
MultiplexingClientService. getClientService()
Returns the ADEPT2ClientService which was mapped inaddClientService
ornull
if none was found.ADEPT2ClientService
MultiplexingClientService. getClientService(SessionToken session)
This method can be called to receive theADEPT2ClientService
which is mapped to the user session ID in the additionalAttributes of the SessionToken.ADEPT2ClientService
MultiplexingClientService. getClientServiceOrException()
Returns the ADEPT2ClientService which was mapped inaddClientService
or throws anIllegalStateException
if no client session context is available.
-