Package org.jcsp.net.settings
Class AddressSetting
- java.lang.Object
-
- org.jcsp.net.settings.Setting
-
- org.jcsp.net.settings.AddressSetting
-
public class AddressSetting extends Setting
Used internally within the JCSP network infrastructure to represent an address setting.- Author:
- Quickstone Technologies Limited
-
-
Constructor Summary
Constructors Constructor Description AddressSetting(String name, String value, String protocolID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addAlternate(AddressSetting alternate)
boolean
equals(Object o)
AddressSetting
getAlternate()
String
getProtocolID()
String
toString()
-
-
-
Method Detail
-
getProtocolID
public String getProtocolID()
-
getAlternate
public AddressSetting getAlternate()
-
addAlternate
public boolean addAlternate(AddressSetting alternate)
-
-