Schnittstelle IBackendClient<S>
- Typparameter:
S- is the type of the application service of the parent application of aIBackendClient.
- Alle Superschnittstellen:
AutoCloseable,Closeable,CloseStateRequestable,ConnectionSideRequestable,GroupCloseable,IClient,ISecuriyModeHolder
- Alle bekannten Implementierungsklassen:
AbstractBackendClient,AbstractWebClient,WebClient
- Version:
- 2025-07-11
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungVon Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrol.closecontroller.CloseStateRequestable
isOpenVon Schnittstelle geerbte Methoden ch.nolix.coreapi.net.staterequest.ConnectionSideRequestable
isOnBackend, isOnFrontendVon Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrol.closecontroller.GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosed, noteCloseVon Schnittstelle geerbte Methoden ch.nolix.systemapi.application.client.IClient
getUrlInstanceNameOfTargetApplication, hasRequestedConnection, hasUrlInstanceNameOfTargetApplicationVon Schnittstelle geerbte Methoden ch.nolix.coreapi.net.netattribute.ISecuriyModeHolder
getSecurityMode
-
Methodendetails
-
getApplicationAsTarget
IApplicationInstanceTarget getApplicationAsTarget()- Gibt zurück:
- the application of the current
IBackendClientas target.
-
getStoredApplicationService
S getStoredApplicationService()- Gibt zurück:
- the application service of the parent application of the current
IBackendClient.
-