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 EConnectionStatusFSConnectionAPI. getStatus(UserContext uc, long frontendserverId)Method for determining the status of aFrontendServers 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 EConnectionStatusFSConnection. getStatus()static EConnectionStatusFSConnectionManager. 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 EConnectionStatusFSServer. 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 EConnectionStatusMandantFrontendServerBean. 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 EConnectionStatusFrontendServerBean. 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 EConnectionStatusIFSConnectionHandler. 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 EConnectionStatusFSConnectionHandler. 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 EConnectionStatusEConnectionStatus. 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. 
 -