Klasse LocalServer
java.lang.Object
ch.nolix.system.application.main.AbstractServer<LocalServer>
ch.nolix.system.application.main.LocalServer
- Alle implementierten Schnittstellen:
IApplicationManager<IApplication<?,?>>, ISecuriyModeHolder, Closeable, CloseStateRequestable, GroupCloseable, Clearable, EmptinessRequestable, IServer<LocalServer>, AutoCloseable
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungprotected LocalServerasTarget()protected voidnoteAddedApplication(Application<?, ?> application) Notes that the given application has been added to the currentAbstractServer.protected voidnoteAddedDefaultApplication(Application<?, ?> defaultApplication2) Notes that the given defaultApplication has been added to the currentAbstractServer.protected voidnoteRemovedApplication(IApplication<?, ?> application) Notes that the given application has been removed fromt the currentAbstractServer.Von Klasse geerbte Methoden AbstractServer
addApplication, addApplicationWithNameAddendum, addApplicationWithNameAndInitialSessionClassAndContext, addApplicationWithNameAndInitialSessionClassAndVoidContext, addDefaultApplication, addDefaultApplicationWithNameAndInitialSessionClassAndContext, addDefaultApplicationWithNameAndInitialSessionClassAndVoidContext, clear, containsApplicationWithName, containsDefaultApplication, getStoredApplicationByInstanceName, getStoredApplicationByUrlInstanceName, getStoredApplications, getStoredCloseController, getStoredDefaultApplication, hasClientConnected, isEmpty, noteClose, removeApplicationWithInstanceName, takeClientVon Klasse geerbte Methoden Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden CloseStateRequestable
isOpenVon Schnittstelle geerbte Methoden EmptinessRequestable
containsAnyVon Schnittstelle geerbte Methoden GroupCloseable
close, createCloseDependencyTo, isClosed
-
Konstruktordetails
-
LocalServer
public LocalServer()
-
-
Methodendetails
-
asTarget
- Gibt zurück:
- a target representation of the current
IServer.
-
getSecurityMode
- Gibt zurück:
- the
SecurityModeof the currentISecuriyModeHolder.
-
asConcrete
- Angegeben von:
asConcretein KlasseAbstractServer<LocalServer>- Gibt zurück:
- the current
AbstractServer.
-
noteAddedApplication
Notes that the given application has been added to the currentAbstractServer.- Angegeben von:
noteAddedApplicationin KlasseAbstractServer<LocalServer>- Parameter:
application-
-
noteAddedDefaultApplication
Notes that the given defaultApplication has been added to the currentAbstractServer.- Angegeben von:
noteAddedDefaultApplicationin KlasseAbstractServer<LocalServer>- Parameter:
defaultApplication2-
-
noteRemovedApplication
Notes that the given application has been removed fromt the currentAbstractServer.- Angegeben von:
noteRemovedApplicationin KlasseAbstractServer<LocalServer>- Parameter:
application-
-