Schnittstelle IClient
- Alle Superschnittstellen:
AutoCloseable, Closeable, CloseStateRequestable, ConnectionSideRequestable, GroupCloseable, ISecuriyModeHolder
- Alle bekannten Unterschnittstellen:
IBackendClient<S>
- Alle bekannten Implementierungsklassen:
AbstractBackendClient, AbstractClient, AbstractFrontendClient, AbstractWebClient, WebClient
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleanbooleanVon Schnittstelle geerbte Methoden CloseStateRequestable
isOpenVon Schnittstelle geerbte Methoden ConnectionSideRequestable
isOnBackend, isOnFrontendVon Schnittstelle geerbte Methoden GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosed, noteCloseVon Schnittstelle geerbte Methoden 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.
-