Class LocalServer
java.lang.Object
ch.nolix.system.application.main.AbstractServer<LocalServer>
ch.nolix.system.application.main.LocalServer
- All Implemented Interfaces:
IApplicationManager<IApplication<?,?>>, ISecuriyModeHolder, Closeable, CloseStateRequestable, GroupCloseable, Clearable, EmptinessRequestable, IServer<LocalServer>, AutoCloseable
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractServer
addApplication, addApplicationWithNameAddendum, addApplicationWithNameAndInitialSessionClassAndContext, addApplicationWithNameAndInitialSessionClassAndVoidContext, addDefaultApplication, addDefaultApplicationWithNameAndInitialSessionClassAndContext, addDefaultApplicationWithNameAndInitialSessionClassAndVoidContext, clear, containsApplicationWithName, containsDefaultApplication, getStoredApplicationByInstanceName, getStoredApplicationByUrlInstanceName, getStoredApplications, getStoredCloseController, getStoredDefaultApplication, hasClientConnected, isEmpty, noteClose, removeApplicationWithInstanceName, takeClientMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CloseStateRequestable
isOpenMethods inherited from interface EmptinessRequestable
containsAnyMethods inherited from interface GroupCloseable
close, createCloseDependencyTo, isClosed
-
Constructor Details
-
LocalServer
public LocalServer()
-
-
Method Details
-
asTarget
- Returns:
- a target representation of the current
IServer.
-
getSecurityMode
- Returns:
- the
SecurityModeof the currentISecuriyModeHolder.
-