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 TypMethodeBeschreibungvoidrefresh()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
equals, 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()
-