Uses of Class
xal.app.launcher.HostSetting
-
Packages that use HostSetting Package Description xal.app.launcher -
-
Uses of HostSetting in xal.app.launcher
Fields in xal.app.launcher with type parameters of type HostSetting Modifier and Type Field Description protected List<HostSetting>RoundRobinHostGenerator. AVAILABLE_HOSTSthe list of available hostsprotected List<HostSetting>HostConfiguration. HOST_SETTINGShost settingsMethods in xal.app.launcher that return types with arguments of type HostSetting Modifier and Type Method Description List<HostSetting>HostConfiguration. getEnabledHosts()Get the hosts which are enabledList<HostSetting>HostConfiguration. getHostSettings()Get the list of host settingsConstructors in xal.app.launcher with parameters of type HostSetting Constructor Description HostSetting(HostSetting setting)Copy ConstructorConstructor parameters in xal.app.launcher with type arguments of type HostSetting Constructor Description RoundRobinHostGenerator(List<HostSetting> hosts)Constructor
-