Uses of Class
org.jcsp.net.settings.Setting
Packages that use Setting
Package
Description
This package is used internally by the JCSP network infrastructure to load XML configuration files and
represent their structure.
-
Uses of Setting in org.jcsp.net.settings
Subclasses of Setting in org.jcsp.net.settingsModifier and TypeClassDescriptionclassUsed internally within the JCSP network infrastructure to represent an address setting.Methods in org.jcsp.net.settings that return SettingModifier and TypeMethodDescriptionProtocol.getSetting(String name) Service.getSetting(String name) Settings.getSetting(String name) Setting[]Protocol.getSettings()Setting[]Service.getSettings()Setting[]Settings.getSettings()Methods in org.jcsp.net.settings with parameters of type SettingModifier and TypeMethodDescriptionvoidProtocol.addSetting(Setting setting) voidService.addSetting(Setting setting) voidSettings.addSetting(Setting s) voidProtocol.removeSetting(Setting setting) voidService.removeSetting(Setting setting) voidSettings.removeSetting(Setting s)