Class AbstractServer<S extends AbstractServer<S>>

java.lang.Object
ch.nolix.system.application.main.AbstractServer<S>
Type Parameters:
S - is the type of a AbstractServer.
All Implemented Interfaces:
IApplicationManager<IApplication<?,?>>, ISecuriyModeHolder, Closeable, CloseStateRequestable, GroupCloseable, Clearable, EmptinessRequestable, IServer<S>, AutoCloseable
Direct Known Subclasses:
LocalServer, Server, SslServer

public abstract class AbstractServer<S extends AbstractServer<S>> extends Object implements IServer<S>
A AbstractServer can contain Applications. A AbstractServer is closable.
Author:
Silvan Wyss