Klasse MockBackendClientSession
java.lang.Object
ch.nolix.system.application.main.AbstractSession<MockBackendClient,Object>
ch.nolix.systemtest.application.main.MockBackendClientSession
- Alle implementierten Schnittstellen:
IClientComponent<MockBackendClient>,IRefreshableSubscriber,Refreshable,AlivenessRequestable
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected voidInitializes the currentAbstractSession.protected Class<?> voidrefresh()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
-
Konstruktordetails
-
MockBackendClientSession
public MockBackendClientSession()
-
-
Methodendetails
-
refresh
public void refresh() -
fullInitialize
protected void fullInitialize()Beschreibung aus Klasse kopiert:AbstractSessionInitializes the currentAbstractSession.- Angegeben von:
fullInitializein KlasseAbstractSession<MockBackendClient,Object>
-
getClientClass
- Angegeben von:
getClientClassin KlasseAbstractSession<MockBackendClient,Object> - Gibt zurück:
- the
AbstractClientclass of the currentAbstractSession.
-