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>
- Alle implementierten Schnittstellen:
IClientComponent<C>,IRefreshableSubscriber,Refreshable,AlivenessRequestable
-
Methodenübersicht
Modifizierer 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 ch.nolix.system.application.main.AbstractSession
belongsToClient, getApplicationName, getStoredApplicationService, getStoredParentClient, hasParentSession, isAlive, pop, pop, push, pushAndGetResult, setNextVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.coreapi.state.staterequest.AlivenessRequestable
isOutdated
-
Methodendetails
-
withClientClass
public static <C2 extends AbstractBackendClient<C2,S2>, TestSession<C2,S2> 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.
-