Uses of Class
org.jcsp.net.settings.Setting

Packages that use Setting
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
 class AddressSetting
          Used internally within the JCSP network infrastructure to represent an address setting.
 

Methods in org.jcsp.net.settings that return Setting
 Setting Service.getSetting(String name)
           
 Setting Settings.getSetting(String name)
           
 Setting Protocol.getSetting(String name)
           
 Setting[] Service.getSettings()
           
 Setting[] Settings.getSettings()
           
 Setting[] Protocol.getSettings()
           
 

Methods in org.jcsp.net.settings with parameters of type Setting
 void Service.addSetting(Setting setting)
           
 void Settings.addSetting(Setting s)
           
 void Protocol.addSetting(Setting setting)
           
 void Service.removeSetting(Setting setting)
           
 void Settings.removeSetting(Setting s)
           
 void Protocol.removeSetting(Setting setting)
           
 



Copyright © 1996-2012. All Rights Reserved.