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
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ServerDashboardApplication
forServer
(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:
getInitialSessionClass
in KlasseApplication<WebClient<IServerDashboardContext>,
IServerDashboardContext> - Gibt zurück:
- the initial
Session
class of the currentApplication
.
-