Uses of Class
org.jcsp.net.settings.Setting
-
Packages that use Setting Package Description org.jcsp.net.settings 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.settings Modifier and Type Class Description class
AddressSetting
Used internally within the JCSP network infrastructure to represent an address setting.Methods in org.jcsp.net.settings that return Setting Modifier and Type Method Description Setting
Protocol. getSetting(String name)
Setting
Service. getSetting(String name)
Setting
Settings. getSetting(String name)
Setting[]
Protocol. getSettings()
Setting[]
Service. getSettings()
Setting[]
Settings. getSettings()
Methods in org.jcsp.net.settings with parameters of type Setting Modifier and Type Method Description void
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)
-