Klasse MockBackendClientSession
java.lang.Object
ch.nolix.system.application.main.Session<MockBackendClient,Object>
ch.nolix.systemtest.applicationtest.maintest.MockBackendClientSession
- Alle implementierten Schnittstellen:
IRefreshableSubscriber,Refreshable,AlivenessRequestable
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden ch.nolix.system.application.main.Session
belongsToClient, getApplicationName, getStoredApplicationContext, 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.stateapi.staterequestapi.AlivenessRequestable
isOutdated
-
Konstruktordetails
-
MockBackendClientSession
public MockBackendClientSession()
-
-
Methodendetails
-
refresh
public void refresh() -
fullInitialize
protected void fullInitialize()Beschreibung aus Klasse kopiert:SessionInitializes the currentSession.- Angegeben von:
fullInitializein KlasseSession<MockBackendClient,Object>
-
getClientClass
- Angegeben von:
getClientClassin KlasseSession<MockBackendClient,Object> - Gibt zurück:
- the
Clientclass of the currentSession.
-