Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.jxta.ext.config
Class MulticastAddress  view MulticastAddress download MulticastAddress.java

java.lang.Object
  extended bynet.jxta.ext.config.Address
      extended bynet.jxta.ext.config.MulticastAddress

public class MulticastAddress
extends Address

Multicast address container.

Version:

Field Summary
private  boolean isMulticast
           
private  int size
           
 
Fields inherited from class net.jxta.ext.config.Address
 
Constructor Summary
MulticastAddress()
          Constructor for the MulticastAddress object
MulticastAddress(MulticastAddress ma)
          Constructor for the MulticastAddress object
 
Method Summary
 int getSize()
          Gets the size attribute of the MulticastAddress object
 boolean isMulticast()
          Gets the multicast attribute of the MulticastAddress object
 void setAddress(java.net.URI multicastAddress)
          Sets the multicastAddress attribute of the MulticastAddress object
 void setMulticast(boolean isMulticast)
          Sets the multicast attribute of the MulticastAddress object
 void setSize(int size)
          Sets the size attribute of the MulticastAddress object
 
Methods inherited from class net.jxta.ext.config.Address
equals, getAddress, getPortRange, hashCode, setPortRange
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isMulticast

private boolean isMulticast

size

private int size
Constructor Detail

MulticastAddress

public MulticastAddress()
Constructor for the MulticastAddress object


MulticastAddress

public MulticastAddress(MulticastAddress ma)
Constructor for the MulticastAddress object

Method Detail

isMulticast

public boolean isMulticast()
Gets the multicast attribute of the MulticastAddress object


setMulticast

public void setMulticast(boolean isMulticast)
Sets the multicast attribute of the MulticastAddress object


getSize

public int getSize()
Gets the size attribute of the MulticastAddress object


setSize

public void setSize(int size)
Sets the size attribute of the MulticastAddress object


setAddress

public void setAddress(java.net.URI multicastAddress)
Sets the multicastAddress attribute of the MulticastAddress object

Overrides:
setAddress in class Address