Package ch.nolix.system.application.main
Klasse LocalServer
java.lang.Object
ch.nolix.system.application.main.BaseServer<LocalServer>
ch.nolix.system.application.main.LocalServer
- Alle implementierten Schnittstellen:
Closeable
,CloseStateRequestable
,GroupCloseable
,Clearable
,EmptinessRequestable
,IServer
,AutoCloseable
- Version:
- 2021-06-29
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected LocalServer
asTarget()
protected void
noteAddedApplication
(Application<?, ?> application) Notes that the given application has been added to the currentBaseServer
.protected void
noteAddedDefaultApplication
(Application<?, ?> defaultApplication2) Notes that the given defaultApplication has been added to the currentBaseServer
.protected void
noteRemovedApplication
(IApplication<?> application) Notes that the given application has been removed fromt the currentBaseServer
.Von Klasse geerbte Methoden ch.nolix.system.application.main.BaseServer
addApplication, addApplicationWithNameAddendum, addApplicationWithNameAndInitialSessionClassAndContext, addApplicationWithNameAndInitialSessionClassAndVoidContext, addDefaultApplication, addDefaultApplicationWithNameAndInitialSessionClassAndContext, addDefaultApplicationWithNameAndInitialSessionClassAndVoidContext, clear, containsApplicationWithName, containsDefaultApplication, getStoredApplicationByInstanceName, getStoredApplicationByUrlInstanceName, getStoredApplications, getStoredCloseController, getStoredDefaultApplication, hasClientConnected, isEmpty, noteClose, removeApplicationByInstanceName, takeClient
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isOpen
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.staterequestapi.EmptinessRequestable
containsAny
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, createCloseDependencyTo, isClosed
-
Konstruktordetails
-
LocalServer
public LocalServer()
-
-
Methodendetails
-
asTarget
- Gibt zurück:
- the current
IServer
asIServerTarget
.
-
getSecurityLevel
- Gibt zurück:
- the
SecurityMode
of the currentIServer
.
-
asConcrete
- Angegeben von:
asConcrete
in KlasseBaseServer<LocalServer>
- Gibt zurück:
- the current
BaseServer
.
-
noteAddedApplication
Notes that the given application has been added to the currentBaseServer
.- Angegeben von:
noteAddedApplication
in KlasseBaseServer<LocalServer>
- Parameter:
application
-
-
noteAddedDefaultApplication
Notes that the given defaultApplication has been added to the currentBaseServer
.- Angegeben von:
noteAddedDefaultApplication
in KlasseBaseServer<LocalServer>
- Parameter:
defaultApplication2
-
-
noteRemovedApplication
Notes that the given application has been removed fromt the currentBaseServer
.- Angegeben von:
noteRemovedApplication
in KlasseBaseServer<LocalServer>
- Parameter:
application
-
-