Package ch.nolix.system.application.main
Klasse Application<C extends AbstractBackendClient<C,S>,S>
java.lang.Object
ch.nolix.system.application.main.Application<C,S>
- Typparameter:
C
- is the type of theAbstractBackendClient
s of aApplication
.S
- is the type of the application context of aApplication
.
- Alle implementierten Schnittstellen:
IApplication<S>
- Bekannte direkte Unterklassen:
BasicApplication
,ServerDashboardApplication
public abstract class Application<C extends AbstractBackendClient<C,S>,S>
extends Object
implements IApplication<S>
- Version:
- 2016-01-01
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Application
(S applicationService) Creates a newApplication
with the given applicationService. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungasTarget()
final boolean
protected final AbstractSession
<C, S> protected abstract Class
<?> final String
final String
final S
final IContainer
<C> final String
final boolean
final boolean
final void
takeClient
(AbstractBackendClient<?, ?> client) Lets the currentApplication
take the given client.final void
takeEndPoint
(IEndPoint endPoint) Lets the currentApplication
take the given endPoint.Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.applicationapi.mainapi.IApplication
getApplicationName
-
Konstruktordetails
-
Application
Creates a newApplication
with the given applicationService.- Parameter:
applicationService
-- Löst aus:
ArgumentIsNullException
- if the given applicationService is null.
-
-
Methodendetails
-
asTarget
- Angegeben von:
asTarget
in SchnittstelleIApplication<C extends AbstractBackendClient<C,
S>>
-
belongsToServer
public final boolean belongsToServer()- Angegeben von:
belongsToServer
in SchnittstelleIApplication<C extends AbstractBackendClient<C,
S>>
-
getClientClass
- Gibt zurück:
- the class of the
AbstractClient
s of the currentApplication
.
-
getInstanceName
- Angegeben von:
getInstanceName
in SchnittstelleIApplication<C extends AbstractBackendClient<C,
S>> - Gibt zurück:
- the instance name of the current
Application
.
-
getNameAddendum
- Angegeben von:
getNameAddendum
in SchnittstelleIApplication<C extends AbstractBackendClient<C,
S>>
-
getStoredApplicationService
- Angegeben von:
getStoredApplicationService
in SchnittstelleIApplication<C extends AbstractBackendClient<C,
S>>
-
getStoredClients
- Gibt zurück:
- the
AbstractClient
s of the currentApplication
.
-
getUrlInstanceName
- Angegeben von:
getUrlInstanceName
in SchnittstelleIApplication<C extends AbstractBackendClient<C,
S>>
-
hasClientConnected
public final boolean hasClientConnected()- Gibt zurück:
- true if the current
Application
has aAbstractClient
connected.
-
hasNameAddendum
public final boolean hasNameAddendum()- Angegeben von:
hasNameAddendum
in SchnittstelleIApplication<C extends AbstractBackendClient<C,
S>>
-
takeClient
Lets the currentApplication
take the given client.- Parameter:
client
-
-
takeEndPoint
Lets the currentApplication
take the given endPoint.- Parameter:
endPoint
-
-
createInitialSession
- Gibt zurück:
- a new initial
AbstractSession
for aAbstractClient
of the currentApplication
.
-
getInitialSessionClass
- Gibt zurück:
- the initial
AbstractSession
class of the currentApplication
.
-