Class AbstractWebClientSession<C extends AbstractWebClient<C,S>, S>
java.lang.Object
ch.nolix.system.application.main.AbstractSession<C,S>
ch.nolix.system.webapplication.base.AbstractWebClientSession<C,S>
- Type Parameters:
C- is the type of theAbstractWebClientof aAbstractWebClientSession.S- is the type of the application service of theIApplicationof theAbstractWebClientof aAbstractWebClientSession.
- All Implemented Interfaces:
IClientComponent<C>, IRefreshableSubscriber, Refreshable, AlivenessRequestable
- Direct Known Subclasses:
WebClientSession
public abstract class AbstractWebClientSession<C extends AbstractWebClient<C,S>, S>
extends AbstractSession<C,S>
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSession
belongsToClient, getApplicationName, getStoredApplicationService, getStoredParentClient, hasParentSession, isAlive, pop, pop, push, pushAndGetResult, setNextMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AlivenessRequestable
isOutdatedMethods inherited from interface Refreshable
refresh
-
Constructor Details
-
AbstractWebClientSession
public AbstractWebClientSession()
-