Klasse AbstractFrontendClient<C extends AbstractFrontendClient<C>>
java.lang.Object
ch.nolix.system.application.main.AbstractClient<C>
ch.nolix.system.application.main.AbstractFrontendClient<C>
- Typparameter:
C- is the type of aAbstractFrontendClient.
- Alle implementierten Schnittstellen:
ISecuriyModeHolder, ConnectionSideRequestable, Closeable, CloseStateRequestable, GroupCloseable, IClient, AutoCloseable
public abstract class AbstractFrontendClient<C extends AbstractFrontendClient<C>>
extends AbstractClient<C>
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden AbstractClient
getSecurityMode, getStoredCloseController, getUrlInstanceNameOfTargetApplication, hasRequestedConnection, hasUrlInstanceNameOfTargetApplication, isClosedVon Klasse geerbte Methoden Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden CloseStateRequestable
isOpenVon Schnittstelle geerbte Methoden ConnectionSideRequestable
isOnFrontendVon Schnittstelle geerbte Methoden GroupCloseable
close, createCloseDependencyTo, noteClose
-
Konstruktordetails
-
AbstractFrontendClient
public AbstractFrontendClient()
-
-
Methodendetails
-
isOnBackend
public final boolean isOnBackend()- Gibt zurück:
- true if the current
ConnectionSideRequestableis on the back-end, false otherwise.
-