Klasse AbstractClient<C extends AbstractClient<C>>
java.lang.Object
ch.nolix.system.application.main.AbstractClient<C>
- Typparameter:
C- is the type of aAbstractClient.
- Alle implementierten Schnittstellen:
ISecuriyModeHolder, ConnectionSideRequestable, Closeable, CloseStateRequestable, GroupCloseable, IClient, AutoCloseable
- Bekannte direkte Unterklassen:
AbstractBackendClient, AbstractFrontendClient
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungfinal SecurityModefinal ICloseControllerfinal Stringfinal booleanfinal booleanfinal booleanisClosed()Von Klasse geerbte Methoden Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden CloseStateRequestable
isOpenVon Schnittstelle geerbte Methoden ConnectionSideRequestable
isOnBackend, isOnFrontendVon Schnittstelle geerbte Methoden GroupCloseable
close, createCloseDependencyTo, noteClose
-
Konstruktordetails
-
AbstractClient
public AbstractClient()
-
-
Methodendetails
-
getSecurityMode
- Angegeben von:
getSecurityModein SchnittstelleISecuriyModeHolder- Gibt zurück:
- the
SecurityModeof the currentISecuriyModeHolder.
-
getStoredCloseController
- Angegeben von:
getStoredCloseControllerin SchnittstelleGroupCloseable- Gibt zurück:
- the
ICloseControllerof the currentGroupCloseable.
-
getUrlInstanceNameOfTargetApplication
- Angegeben von:
getUrlInstanceNameOfTargetApplicationin SchnittstelleIClient- Gibt zurück:
- the URL instance name of the target application of the current
IClient.
-
hasRequestedConnection
public final boolean hasRequestedConnection()- Angegeben von:
hasRequestedConnectionin SchnittstelleIClient- Gibt zurück:
- true if the current
IClienthas requested the connection, false otherwise.
-
hasUrlInstanceNameOfTargetApplication
public final boolean hasUrlInstanceNameOfTargetApplication()- Angegeben von:
hasUrlInstanceNameOfTargetApplicationin SchnittstelleIClient- Gibt zurück:
- true if the current
IClienthas the URL instance name of its target application, false otherwise.
-
isClosed
public final boolean isClosed()- Angegeben von:
isClosedin SchnittstelleCloseStateRequestable- Angegeben von:
isClosedin SchnittstelleGroupCloseable- Gibt zurück:
- true if the current
CloseStateRequestableis closed, false otherwise.
-