Schnittstelle IApplication<C extends IBackendClient<S>,S>
- Typparameter:
C- is the type of theIBackendClients of aIApplication.S- is the type of the application service of aIApplication.
- Alle bekannten Implementierungsklassen:
Application,BasicApplication
public interface IApplication<C extends IBackendClient<S>,S>
- Version:
- 2025-07-11
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
asTarget
IApplicationInstanceTarget asTarget()- Gibt zurück:
- a target representation of the current
IApplication.
-
belongsToServer
boolean belongsToServer()- Gibt zurück:
- true if the current
IApplicationbelongs to a server, false otherwise.
-
getApplicationName
String getApplicationName()- Gibt zurück:
- the application name of the current {IApplication}.
-
getClientClass
- Gibt zurück:
- the class of the
IBackendClients of the currentIApplication.
-
getInstanceAppendix
String getInstanceAppendix()- Gibt zurück:
- the appendix that forms the instance name of the current
IApplicationwhen appended to the the application name of the currentIApplication.
-
getInstanceName
String getInstanceName()- Gibt zurück:
- the instance name of the current {IApplication}.
-
getStoredApplicationService
S getStoredApplicationService()- Gibt zurück:
- the application service of the current
IApplication.
-
getUrlInstanceName
String getUrlInstanceName()- Gibt zurück:
- the instance name of the current
IApplicationfor URLs.
-
hasClientConnected
boolean hasClientConnected()- Gibt zurück:
- true if the current
IApplicationhas aIBackendClientconnected, false otherwise.
-
hasInstanceAppendix
boolean hasInstanceAppendix()- Gibt zurück:
- true if the current
IApplicationhas an instance appendix, false otherwise.
-