Class AbstractFrontendClient<C extends AbstractFrontendClient<C>>
java.lang.Object
ch.nolix.base.net.clientserver.AbstractClient
ch.nolix.base.net.clientserver.AbstractFrontendClient<C>
- Type Parameters:
C- the type of aAbstractFrontendClient.
- All Implemented Interfaces:
Client, SecurityModeHolder, Closeable, GroupCloseable, OpennessRequestable, AutoCloseable
public abstract class AbstractFrontendClient<C extends AbstractFrontendClient<C>>
extends AbstractClient
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractClient
getSecurityMode, getStoredCloseController, getUrlInstanceNameOfTargetApplication, hasRequestedConnection, hasUrlInstanceNameOfTargetApplication, isClosedMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Client
isFrontendClientMethods inherited from interface GroupCloseable
close, createCloseDependencyTo, noteCloseMethods inherited from interface OpennessRequestable
isOpen
-
Constructor Details
-
AbstractFrontendClient
public AbstractFrontendClient()
-
-
Method Details
-
isBackendClient
public final boolean isBackendClient()- Returns:
- true if the current
Clientis a back-end client, false otherwise
-