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