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.
|
Modifier and Type | Class and Description |
---|---|
class |
AddressSetting
Used internally within the JCSP network infrastructure to represent an address setting.
|
Modifier and Type | Method and Description |
---|---|
Setting |
Settings.getSetting(java.lang.String name) |
Setting |
Service.getSetting(java.lang.String name) |
Setting |
Protocol.getSetting(java.lang.String name) |
Setting[] |
Settings.getSettings() |
Setting[] |
Service.getSettings() |
Setting[] |
Protocol.getSettings() |
Modifier and Type | Method and Description |
---|---|
void |
Settings.addSetting(Setting s) |
void |
Service.addSetting(Setting setting) |
void |
Protocol.addSetting(Setting setting) |
void |
Settings.removeSetting(Setting s) |
void |
Service.removeSetting(Setting setting) |
void |
Protocol.removeSetting(Setting setting) |
Copyright © 1996–2021. All rights reserved.