Klasse AbstractSession<C extends AbstractBackendClient<C,S>, S>

java.lang.Object
ch.nolix.system.application.main.AbstractSession<C,S>
Typparameter:
C - is the type of the AbstractBackendClient of a AbstractSession.
S - is the type of the application service of the parent Application of the parent AbstractBackendClient of a AbstractSession.
Alle implementierten Schnittstellen:
IClientComponent<C>, IRefreshableSubscriber, Refreshable, AlivenessRequestable
Bekannte direkte Unterklassen:
AbstractWebClientSession, TestSession

public abstract class AbstractSession<C extends AbstractBackendClient<C,S>, S> extends Object implements IClientComponent<C>, IRefreshableSubscriber
A AbstractSession manages user run methods and user data methods.
Autor:
Silvan Wyss