Uses of Class
org.jcsp.net.settings.AddressSetting
-
Packages that use AddressSetting 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 AddressSetting in org.jcsp.net.settings
Fields in org.jcsp.net.settings declared as AddressSetting Modifier and Type Field Description private AddressSetting
AddressSetting. alternate
Methods in org.jcsp.net.settings that return AddressSetting Modifier and Type Method Description AddressSetting
Service. getAddressSetting(java.lang.String name)
AddressSetting[]
Service. getAddressSettings()
AddressSetting
AddressSetting. getAlternate()
Methods in org.jcsp.net.settings with parameters of type AddressSetting Modifier and Type Method Description void
Service. addAddressSetting(AddressSetting setting)
boolean
AddressSetting. addAlternate(AddressSetting alternate)
void
Service. removeAddressSetting(AddressSetting setting)
-