Uses of Class
ch.nolix.system.application.main.AbstractBackendClient
Packages that use AbstractBackendClient
Package
Description
-
Uses of AbstractBackendClient in ch.nolix.system.application.main
Classes in ch.nolix.system.application.main with type parameters of type AbstractBackendClientModifier and TypeClassDescriptionclassAbstractBackendClient<C extends AbstractBackendClient<C,S>, S> classAbstractSession<C extends AbstractBackendClient<C,S>, S> AAbstractSessionmanages user run methods and user data methods.classApplication<C extends AbstractBackendClient<C,S>, S> final classBackendClientSessionManager<C extends AbstractBackendClient<C,S>, S> final classBasicApplication<C extends AbstractBackendClient<C,S>, S> Methods in ch.nolix.system.application.main with type parameters of type AbstractBackendClientModifier and TypeMethodDescriptionfinal <T extends AbstractSession<C,U>, C extends AbstractBackendClient<C, U>, U>
SAbstractServer.addApplicationWithNameAndInitialSessionClassAndContext(String applicationName, Class<T> initialSessionClass, U applicationService) Adds a newApplicationwith the given instanceName, initialSessionClass and applicationService to the currentAbstractServer.final <T extends AbstractSession<C,Object>, C extends AbstractBackendClient<C, Object>>
SAbstractServer.addApplicationWithNameAndInitialSessionClassAndVoidContext(String name, Class<T> initialSessionClass) Adds a newApplicationwith the given name, initialSessionClass and a void context to the currentAbstractServer.final <C extends AbstractBackendClient<C,U>, U>
SAbstractServer.addDefaultApplication(Application<C, U> defaultApplication) Adds the given defaultApplication to the currentAbstractServer.final <T extends AbstractSession<C,U>, C extends AbstractBackendClient<C, U>, U>
SAbstractServer.addDefaultApplicationWithNameAndInitialSessionClassAndContext(String applicationName, Class<T> initialSessionClass, U applicationService) Adds a new defaultApplicationwith the given name, initialSessionClass and applicationService to the currentAbstractServer.final <T extends AbstractSession<C,Object>, C extends AbstractBackendClient<C, Object>>
SAbstractServer.addDefaultApplicationWithNameAndInitialSessionClassAndVoidContext(String name, Class<T> initialSessionClass) Adds a newApplicationwith the given name, initialSessionClass and a void context as defaultApplicationthe currentAbstractServer.static <C2 extends AbstractBackendClient<C2,S2>, S2>
BackendClientSessionManager<C2, S2> BackendClientSessionManager.forClient(C2 client) static <C2 extends AbstractBackendClient<C2,S2>, T extends AbstractSession<C2, S2>, S2>
BasicApplication<C2, S2> BasicApplication.withNameAndInitialSessionClassAndContext(String applicationName, Class<T> initialSessionClass, S2 applicationService) Methods in ch.nolix.system.application.main with parameters of type AbstractBackendClientModifier and TypeMethodDescriptionfinal voidAbstractServer.takeClient(AbstractBackendClient<?, ?> client) Lets the currentAbstractServertake the given client. -
Uses of AbstractBackendClient in ch.nolix.system.application.maintestutil
Classes in ch.nolix.system.application.maintestutil with type parameters of type AbstractBackendClientModifier and TypeClassDescriptionfinal classTestSession<C extends AbstractBackendClient<C,S>, S> Methods in ch.nolix.system.application.maintestutil with type parameters of type AbstractBackendClientModifier and TypeMethodDescriptionstatic <C2 extends AbstractBackendClient<C2,S2>, S2>
TestSession<C2, S2> TestSession.withClientClass(Class<C2> clientClass) -
Uses of AbstractBackendClient in ch.nolix.system.webapplication.base
Subclasses of AbstractBackendClient in ch.nolix.system.webapplication.base -
Uses of AbstractBackendClient in ch.nolix.system.webapplication.main
Subclasses of AbstractBackendClient in ch.nolix.system.webapplication.main