Klasse MockBackendClient
java.lang.Object
ch.nolix.system.application.main.Client<MockBackendClient>
ch.nolix.system.application.main.BackendClient<MockBackendClient,Object>
ch.nolix.systemtest.applicationtest.maintest.MockBackendClient
- Alle implementierten Schnittstellen:
Closeable,CloseStateRequestable,GroupCloseable,AutoCloseable
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected INode<?> getDataFromHere(IChainedNode request) protected voidrunHere(IChainedNode command) Lets the currentClientrun the given command.Von Klasse geerbte Methoden ch.nolix.system.application.main.BackendClient
getApplicationName, getStoredApplicationContext, getStoredCurrentSession, getStoredParentApplication, isBackendClient, isFrontendClient, noteClose, setEndPointVon Klasse geerbte Methoden ch.nolix.system.application.main.Client
asConcrete, containsSessionVariableWithKey, getConnectionSecurityLevel, getDataFromCounterpart, getSessionVariableValueByKey, getStoredCloseController, getTarget, hasRequestedConnection, hasTarget, isClosed, isConnected, isLocalClient, isNetClient, isWebClient, runOnCounterpart, runOnCounterpart, runOnCounterpart, setSessionVariableWithKeyAndValueVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isOpenVon Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, createCloseDependencyTo
-
Konstruktordetails
-
MockBackendClient
public MockBackendClient()
-
-
Methodendetails
-
getDataFromHere
- Angegeben von:
getDataFromHerein KlasseClient<MockBackendClient>- Parameter:
request-- Gibt zurück:
- the data the given request requests from the current
Client.
-
runHere
Beschreibung aus Klasse kopiert:ClientLets the currentClientrun the given command.- Angegeben von:
runHerein KlasseClient<MockBackendClient>- Parameter:
command-
-
getStoredLatestGetDataFromHereRequest
-
getStoredLatestRunHereCommand
-