public interface UnicastAddressesMBean
Modifier and Type | Method and Description |
---|---|
void |
addUnicastAddress()
Add a new element named unicastAddress
|
java.util.List<UnicastAddressMBean> |
getUnicastAddressMBean()
Return the list of the UnicastAddress element
|
void |
removeUnicastAddress(int index)
Remove an element named unicastAddress by the index
|
void addUnicastAddress()
void removeUnicastAddress(int index)
java.util.List<UnicastAddressMBean> getUnicastAddressMBean()