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, setNext
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von 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:Session
Initializes the currentSession
.- Angegeben von:
fullInitialize
in KlasseSession<MockBackendClient,
Object>
-
getClientClass
- Angegeben von:
getClientClass
in KlasseSession<MockBackendClient,
Object> - Gibt zurück:
- the
Client
class of the currentSession
.
-