Uses of Class
de.xima.fc.mdl.enums.EConnectionStatus
-
Packages that use EConnectionStatus Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.fs Allgemeine Klassen für den Frontendserverde.xima.fc.fs.server Die Frontendserver-Implementierungde.xima.fc.gui.bean.mfserver de.xima.fc.gui.bean.settings de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EConnectionStatus in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return EConnectionStatus Modifier and Type Method Description EConnectionStatus
FSConnectionAPI. getStatus(UserContext uc, long frontendserverId)
Method for determining the status of aFrontendServer
s by his ID. -
Uses of EConnectionStatus in de.xima.fc.fs
Methods in de.xima.fc.fs that return EConnectionStatus Modifier and Type Method Description EConnectionStatus
FSConnection. getStatus()
static EConnectionStatus
FSConnectionManager. getStatus(Long frontendserver_id)
-
Uses of EConnectionStatus in de.xima.fc.fs.server
Methods in de.xima.fc.fs.server that return EConnectionStatus Modifier and Type Method Description static EConnectionStatus
FSServer. getConnectionStatus()
Getter für status -
Uses of EConnectionStatus in de.xima.fc.gui.bean.mfserver
Methods in de.xima.fc.gui.bean.mfserver that return EConnectionStatus Modifier and Type Method Description EConnectionStatus
MandantFrontendServerBean. getStatus(MandantFrontendServer mfs)
-
Uses of EConnectionStatus in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return EConnectionStatus Modifier and Type Method Description EConnectionStatus
FrontendServerBean. getStatus(FrontendServer fs)
-
Uses of EConnectionStatus in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return EConnectionStatus Modifier and Type Method Description EConnectionStatus
IFSConnectionHandler. getStatus(UserContext uc, long frontendserver_id)
Gets the status. -
Uses of EConnectionStatus in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return EConnectionStatus Modifier and Type Method Description EConnectionStatus
FSConnectionHandler. getStatus(UserContext uc, long frontendserver_id)
Gets the status. -
Uses of EConnectionStatus in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EConnectionStatus Modifier and Type Method Description static EConnectionStatus[]
EConnectionStatus. all()
Liefert alle verfügbaren Anrede-Elemente.static EConnectionStatus
EConnectionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static EConnectionStatus[]
EConnectionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-