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 void
runHere
(IChainedNode command) Lets the currentClient
run the given command.Von Klasse geerbte Methoden ch.nolix.system.application.main.BackendClient
getApplicationName, getStoredApplicationContext, getStoredCurrentSession, getStoredParentApplication, isBackendClient, isFrontendClient, noteClose, setEndPoint
Von 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, setSessionVariableWithKeyAndValue
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.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isOpen
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, createCloseDependencyTo
-
Konstruktordetails
-
MockBackendClient
public MockBackendClient()
-
-
Methodendetails
-
getDataFromHere
- Angegeben von:
getDataFromHere
in KlasseClient<MockBackendClient>
- Parameter:
request
-- Gibt zurück:
- the data the given request requests from the current
Client
.
-
runHere
Beschreibung aus Klasse kopiert:Client
Lets the currentClient
run the given command.- Angegeben von:
runHere
in KlasseClient<MockBackendClient>
- Parameter:
command
-
-
getStoredLatestGetDataFromHereRequest
-
getStoredLatestRunHereCommand
-