Klasse ServerDashboardApplication
java.lang.Object
ch.nolix.system.application.main.Application<WebClient<IServerDashboardContext>,IServerDashboardContext>
ch.nolix.tech.serverdashboardapplication.main.ServerDashboardApplication
- Alle implementierten Schnittstellen:
IApplication<IServerDashboardContext>
public final class ServerDashboardApplication
extends Application<WebClient<IServerDashboardContext>,IServerDashboardContext>
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ServerDashboardApplicationforServer(BaseServer<?> server) protected Class<?> Von Klasse geerbte Methoden ch.nolix.system.application.main.Application
asTarget, belongsToServer, createInitialSession, getClientClass, getInstanceName, getNameAddendum, getStoredApplicationContext, getStoredClients, getUrlInstanceName, hasClientConnected, hasNameAddendum, takeClient, takeEndPoint
-
Felddetails
-
APPLICATION_NAME
- Siehe auch:
-
-
Methodendetails
-
forServer
-
getApplicationName
-
getInitialSessionClass
- Angegeben von:
getInitialSessionClassin KlasseApplication<WebClient<IServerDashboardContext>,IServerDashboardContext> - Gibt zurück:
- the initial
Sessionclass of the currentApplication.
-