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 TypeClassDescriptionclass
Used 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 TypeMethodDescriptionvoid
Protocol.addSetting
(Setting setting) void
Service.addSetting
(Setting setting) void
Settings.addSetting
(Setting s) void
Protocol.removeSetting
(Setting setting) void
Service.removeSetting
(Setting setting) void
Settings.removeSetting
(Setting s)