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 IServerConfig
APISettings. 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 class
FSServerConfig
Current 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 IServerConfig
ServerConfigFactory. 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 class
MasterServerConfig
Current 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 class
DemoServerConfig
-