Class LocalServer
java.lang.Object
ch.nolix.base.net.clientserver.AbstractServer<LocalServer>
ch.nolix.base.net.clientserver.LocalServer
- All Implemented Interfaces:
Clearable, EmptinessRequestable, Server<LocalServer>, SecurityModeHolder, ApplicationManager<Application<?,?>>, Closeable, GroupCloseable, OpennessRequestable, 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 EmptinessRequestable
containsAnyMethods inherited from interface GroupCloseable
close, createCloseDependencyTo, isClosedMethods inherited from interface OpennessRequestable
isOpen
-
Constructor Details
-
LocalServer
public LocalServer()
-
-
Method Details
-
asTarget
- Returns:
- a target representation of the current
Server.
-
getSecurityMode
- Returns:
- the
SecurityModeof the currentSecurityModeHolder
-