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
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungVon Schnittstelle geerbte Methoden CloseStateRequestable
isOpenVon Schnittstelle geerbte Methoden ConnectionSideRequestable
isOnBackend, isOnFrontendVon Schnittstelle geerbte Methoden GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosed, noteCloseVon Schnittstelle geerbte Methoden IClient
getUrlInstanceNameOfTargetApplication, hasRequestedConnection, hasUrlInstanceNameOfTargetApplicationVon Schnittstelle geerbte Methoden 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.
-