CSP for Java
(JCSP) 1.1-rc4

org.jcsp.net.settings
Class AddressSetting

java.lang.Object
  extended by org.jcsp.net.settings.Setting
      extended by 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
AddressSetting(String name, String value, String protocolID)
           
 
Method Summary
 boolean addAlternate(AddressSetting alternate)
           
 boolean equals(Object o)
           
 AddressSetting getAlternate()
           
 String getProtocolID()
           
 String toString()
           
 
Methods inherited from class org.jcsp.net.settings.Setting
getName, getValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddressSetting

public AddressSetting(String name,
                      String value,
                      String protocolID)
Method Detail

getProtocolID

public String getProtocolID()

getAlternate

public AddressSetting getAlternate()

addAlternate

public boolean addAlternate(AddressSetting alternate)

equals

public boolean equals(Object o)
Overrides:
equals in class Setting

toString

public String toString()
Overrides:
toString in class Setting

CSP for Java
(JCSP) 1.1-rc4

Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.