Project JXTA

net.jxta.ext.config
Class ProxyAddress

java.lang.Object
  extended by net.jxta.ext.config.Address
      extended by net.jxta.ext.config.ProxyAddress

public class ProxyAddress
extends Address

Proxy address container.

Version:
Author:
james todd [gonzo at jxta dot org]

Constructor Summary
ProxyAddress()
          Constructor for the ProxyAddress object
ProxyAddress(ProxyAddress pa)
          Constructor for the ProxyAddress object
 
Method Summary
 boolean isEnabled()
          Gets the enabled attribute of the ProxyAddress object
 void setEnabled(boolean isEnabled)
          Sets the enabled attribute of the ProxyAddress object
 
Methods inherited from class net.jxta.ext.config.Address
equals, getAddress, getPortRange, hashCode, setAddress, setPortRange
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyAddress

public ProxyAddress()
Constructor for the ProxyAddress object


ProxyAddress

public ProxyAddress(ProxyAddress pa)
Constructor for the ProxyAddress object

Parameters:
pa - Description of the Parameter
Method Detail

isEnabled

public boolean isEnabled()
Gets the enabled attribute of the ProxyAddress object

Returns:
The enabled value

setEnabled

public void setEnabled(boolean isEnabled)
Sets the enabled attribute of the ProxyAddress object

Parameters:
isEnabled - The new enabled value

JXTA J2SE