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 classAddressSettingUsed 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 SettingProtocol. getSetting(java.lang.String name)SettingService. getSetting(java.lang.String name)SettingSettings. getSetting(java.lang.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 voidProtocol. addSetting(Setting setting)voidService. addSetting(Setting setting)voidSettings. addSetting(Setting s)voidProtocol. removeSetting(Setting setting)voidService. removeSetting(Setting setting)voidSettings. removeSetting(Setting s)
-