Uses of Interface
de.xima.fc.interfaces.server.IServerConfig
-
Packages that use IServerConfig Package Description de.xima.fc.api Package für den Zugriff auf die APIde.xima.fc.config de.xima.fc.config.server de.xima.fc.ms.config de.xima.fc.testhelper -
-
Uses of IServerConfig in de.xima.fc.api
Methods in de.xima.fc.api that return IServerConfig Modifier and Type Method Description IServerConfigAPISettings. getServerConfig()Returns the configuration of this server. -
Uses of IServerConfig in de.xima.fc.config
Classes in de.xima.fc.config that implement IServerConfig Modifier and Type Class Description classFSServerConfigCurrent settings of the frontend server. -
Uses of IServerConfig in de.xima.fc.config.server
Methods in de.xima.fc.config.server that return IServerConfig Modifier and Type Method Description static IServerConfigServerConfigFactory. create() -
Uses of IServerConfig in de.xima.fc.ms.config
Classes in de.xima.fc.ms.config that implement IServerConfig Modifier and Type Class Description classMasterServerConfigCurrent settings of the master server. -
Uses of IServerConfig in de.xima.fc.testhelper
Classes in de.xima.fc.testhelper that implement IServerConfig Modifier and Type Class Description classDemoServerConfig
-