Package ch.nolix.system.application.main
Klasse 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>
- Typparameter:
C
- is the type of aAbstractBackendClient
.S
- is the type of the context of the parentApplication
of aAbstractBackendClient
.
- Alle implementierten Schnittstellen:
Closeable
,CloseStateRequestable
,GroupCloseable
,AutoCloseable
- Bekannte direkte Unterklassen:
AbstractWebClient
public abstract class AbstractBackendClient<C extends AbstractBackendClient<C,S>,S>
extends AbstractClient<C>
- Version:
- 2022-03-18
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal String
final S
protected final AbstractSession
<C, S> final Application
<C, S> final boolean
final boolean
final void
Lets the currentGroupCloseable
note a close.protected final void
setEndPoint
(AbstractEndPoint abstractEndPoint) Sets theAbstractEndPoint
of the currentAbstractBackendClient
.Von Klasse geerbte Methoden ch.nolix.system.application.main.AbstractClient
asConcrete, containsSessionVariableWithKey, getDataFromCounterpart, getDataFromHere, getSecurityMode, getSessionVariableValueByKey, getStoredCloseController, getTarget, hasRequestedConnection, hasTarget, isClosed, isConnected, isLocalClient, isNetClient, isWebClient, runHere, runOnCounterpart, runOnCounterpart, runOnCounterpart, setSessionVariableWithKeyAndValue
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isOpen
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, createCloseDependencyTo
-
Konstruktordetails
-
AbstractBackendClient
public AbstractBackendClient()
-
-
Methodendetails
-
getApplicationName
- Gibt zurück:
- the name of the parent
Application
of the currentAbstractBackendClient
.
-
getStoredApplicationService
- Gibt zurück:
- the context of the parent
Application
of the currentAbstractBackendClient
.
-
getStoredParentApplication
- Gibt zurück:
- the parent
Application
of the currentAbstractBackendClient
. - Löst aus:
InvalidArgumentException
- if the currentAbstractBackendClient
does not reference its parentApplication
.
-
isBackendClient
public final boolean isBackendClient()- Angegeben von:
isBackendClient
in KlasseAbstractClient<C extends AbstractBackendClient<C,
S>> - Gibt zurück:
- true if the current
AbstractClient
is a backendAbstractClient
.
-
isFrontendClient
public final boolean isFrontendClient()- Angegeben von:
isFrontendClient
in KlasseAbstractClient<C extends AbstractBackendClient<C,
S>> - Gibt zurück:
- true if the current
AbstractClient
is a frontendAbstractClient
.
-
noteClose
public final void noteClose()Lets the currentGroupCloseable
note a close. -
getStoredCurrentSession
- Gibt zurück:
- the current
AbstractSession
of the currentAbstractBackendClient
. - Löst aus:
ArgumentDoesNotHaveAttributeException
- if the currentAbstractBackendClient
does not have a currentAbstractSession
.
-
setEndPoint
Sets theAbstractEndPoint
of the currentAbstractBackendClient
.- Parameter:
abstractEndPoint
-- Löst aus:
ArgumentIsNullException
- if the given endPoint is null.InvalidArgumentException
- if the currentAbstractBackendClient
is already connected.
-