Class AbstractBackendClient<C extends AbstractBackendClient<C,S>, S>

java.lang.Object
ch.nolix.system.application.main.AbstractClient<C>
ch.nolix.system.application.main.AbstractBackendClient<C,S>
Type Parameters:
C - is the type of a AbstractBackendClient.
S - is the type of the application service of the IApplication of a AbstractBackendClient.
All Implemented Interfaces:
ISecuriyModeHolder, ConnectionSideRequestable, Closeable, CloseStateRequestable, GroupCloseable, IBackendClient<S>, IClient, AutoCloseable
Direct Known Subclasses:
AbstractWebClient

public abstract class AbstractBackendClient<C extends AbstractBackendClient<C,S>, S> extends AbstractClient<C> implements IBackendClient<S>
Author:
Silvan Wyss