Class AbstractFrontendClient<C extends AbstractFrontendClient<C>>
java.lang.Object
ch.nolix.system.application.main.AbstractClient<C>
ch.nolix.system.application.main.AbstractFrontendClient<C>
- Type Parameters:
C- is the type of aAbstractFrontendClient.
- All Implemented Interfaces:
ISecuriyModeHolder, ConnectionSideRequestable, Closeable, CloseStateRequestable, GroupCloseable, IClient, AutoCloseable
public abstract class AbstractFrontendClient<C extends AbstractFrontendClient<C>>
extends AbstractClient<C>
- 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 CloseStateRequestable
isOpenMethods inherited from interface ConnectionSideRequestable
isOnFrontendMethods inherited from interface GroupCloseable
close, createCloseDependencyTo, noteClose
-
Constructor Details
-
AbstractFrontendClient
public AbstractFrontendClient()
-
-
Method Details
-
isOnBackend
public final boolean isOnBackend()- Returns:
- true if the current
ConnectionSideRequestableis on the back-end, false otherwise.
-