Klasse TestSession<C extends AbstractBackendClient<C,S>, S>
java.lang.Object
ch.nolix.system.application.main.AbstractSession<C,S>
ch.nolix.system.application.maintestutil.TestSession<C,S>
- Typparameter:
C- is the type of the parentAbstractBackendClientof aTestSession.S- is the type of the application service of the parentApplicationof the parentAbstractBackendClientof aTestSession.
- Alle implementierten Schnittstellen:
IClientComponent<C>, IRefreshableSubscriber, Refreshable, AlivenessRequestable
public final class TestSession<C extends AbstractBackendClient<C,S>, S>
extends AbstractSession<C,S>
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungprotected voidInitializes the currentAbstractSession.protected Class<?> voidrefresh()static <C2 extends AbstractBackendClient<C2,S2>, S2>
TestSession<C2, S2> withClientClass(Class<C2> clientClass) Von Klasse geerbte Methoden AbstractSession
belongsToClient, getApplicationName, getStoredApplicationService, getStoredParentClient, hasParentSession, isAlive, pop, pop, push, pushAndGetResult, setNextVon Klasse geerbte Methoden Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden AlivenessRequestable
isOutdated
-
Methodendetails
-
withClientClass
public static <C2 extends AbstractBackendClient<C2,S2>, S2> TestSession<C2,S2> withClientClass(Class<C2> clientClass) -
refresh
public void refresh() -
fullInitialize
protected void fullInitialize()Beschreibung aus Klasse kopiert:AbstractSessionInitializes the currentAbstractSession.- Angegeben von:
fullInitializein KlasseAbstractSession<C extends AbstractBackendClient<C,S>, S>
-
getClientClass
- Angegeben von:
getClientClassin KlasseAbstractSession<C extends AbstractBackendClient<C,S>, S> - Gibt zurück:
- the
AbstractClientclass of the currentAbstractSession.
-