Schnittstelle IClient
- Alle Superschnittstellen:
AutoCloseable,Closeable,CloseStateRequestable,ConnectionSideRequestable,GroupCloseable,ISecuriyModeHolder
- Alle bekannten Unterschnittstellen:
IBackendClient<S>
- Alle bekannten Implementierungsklassen:
AbstractBackendClient,AbstractClient,AbstractFrontendClient,AbstractWebClient,WebClient
- Version:
- 2025-07-11
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanbooleanVon 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.coreapi.net.netattribute.ISecuriyModeHolder
getSecurityMode
-
Methodendetails
-
getUrlInstanceNameOfTargetApplication
String getUrlInstanceNameOfTargetApplication()- Gibt zurück:
- the URL instance name of the target application of the current
IClient. - Löst aus:
RuntimeException- if the currentIClientdoes not know the URL instance name of its target application.
-
hasRequestedConnection
boolean hasRequestedConnection()- Gibt zurück:
- true if the current
IClienthas requested the connection, false otherwise.
-
hasUrlInstanceNameOfTargetApplication
boolean hasUrlInstanceNameOfTargetApplication()- Gibt zurück:
- true if the current
IClienthas the URL instance name of its target application, false otherwise.
-