|
Project JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.ext.config.Address
net.jxta.ext.config.MulticastAddress
public class MulticastAddress
Multicast address container.
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(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 |
Constructor Detail |
---|
public MulticastAddress()
public MulticastAddress(MulticastAddress ma)
ma
- Description of the ParameterMethod Detail |
---|
public boolean isMulticast()
public void setMulticast(boolean isMulticast)
isMulticast
- The new multicast valuepublic int getSize()
public void setSize(int size)
size
- The new size valuepublic void setAddress(URI multicastAddress)
setAddress
in class Address
multicastAddress
- The new multicastAddress value
IllegalArgumentException
- Description of the Exception
|
JXTA J2SE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |