public class FSConnectionAPI extends AEntityAPI<FrontendServer>
FrontendServer-Entitäten und zum Aufruf der entsprechenden Verbinden/Trennen
und Verbindung-Testen-OperationenentityClass| Constructor and Description |
|---|
FSConnectionAPI() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
closeAllConnections(UserContext uc)
Methode zum Trennen aller
FrontendServer-Verbindungen |
Boolean |
connect(UserContext uc,
FrontendServer frontendServer)
Methode zum Aufbauen der Verbindung zu einem
FrontendServer |
Boolean |
disconnect(UserContext uc,
FrontendServer frontendServer)
Methode zum Trennen der Verbindung zu einem
FrontendServer. |
EConnectionStatus |
getStatus(UserContext uc,
int frontendserver_id)
Methode zum Ermitteln des Status eines
FrontendServers anhand seiner ID |
Boolean |
initConnections(UserContext uc)
Methode zum Initialisieren aller vorhandender
FrontendServer-Verbindungen |
Boolean |
testConnection(UserContext uc,
FrontendServer frontendServer)
Methode zum Testen einer Verbindung zu einem
FrontendServer |
create, create, delete, delete, deleteAllBy, deleteById, getAll, getAllBy, getBy, getById, resultTotalCount, update, updategetHandlerProviderpublic Boolean testConnection(UserContext uc, FrontendServer frontendServer)
FrontendServeruc - UserContext der Benutzerkontext in welchem die Aktion durchgeführt werden sollfrontendServer - FrontendServer dessen Verbindung getestet werden sollBoolean ob die Verbindung erfolgreich aufgebaut werden konnte oder nicht @since 2.4.3public Boolean connect(UserContext uc, FrontendServer frontendServer)
FrontendServeruc - UserContext der Benutzerkontext in welchem die Aktion durchgeführt werden sollfrontendServer - FrontendServer der verbunden werden sollBoolean ob die Verbindung erfolgreich aufgebaut werden konnte @since 2.4.3public Boolean disconnect(UserContext uc, FrontendServer frontendServer)
FrontendServer.uc - UserContext der Benutzerkontext in welchem die Aktion durchgeführt werden sollfrontendServer - FrontendServer der getrennt werden sollBoolean ob die Verbindung erfolgreich getrennt werden konnte @since 2.4.3public EConnectionStatus getStatus(UserContext uc, int frontendserver_id)
FrontendServers anhand seiner IDuc - UserContext der Benutzerkontext in welchem die Aktion durchgeführt werden sollfrontendserver_id - Integer die ID des FrontendServersEConnectionStatus der Verbindungs-Status des FrontendServers @since 2.4.3public Boolean initConnections(UserContext uc)
FrontendServer-Verbindungenuc - UserContext der Benutzerkontext in welchem die Aktion durchgeführt werden sollBoolean ob das Initialisieren erfolgreich durchgeführt wurde @since 2.4.3public Boolean closeAllConnections(UserContext uc)
FrontendServer-Verbindungenuc - UserContext der Benutzerkontext in welchem die Aktion durchgeführt werden sollBoolean ob das Trennen erfolgreich war @since 2.4.3Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.