|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
MulticastDetectorMBean
| Method Summary | |
java.net.InetAddress |
getAddress()
return the multicast address of the detector |
java.net.InetAddress |
getBindAddress()
return the bind address of the detector |
java.lang.String |
getDefaultIP()
|
int |
getPort()
get the port that the detector is multicasting to |
void |
setAddress(java.net.InetAddress ip)
set the interface address of the multicast |
void |
setBindAddress(java.net.InetAddress ip)
set the bind address |
void |
setDefaultIP(java.lang.String defaultIP)
|
void |
setPort(int port)
set the port for detections to be multicast to |
| Methods inherited from interface org.jboss.remoting.detection.Detector (src) |
start, stop |
| Methods inherited from interface javax.management.MBeanRegistration (src) |
postDeregister, postRegister, preDeregister, preRegister |
| Method Detail |
public java.net.InetAddress getAddress()
public void setAddress(java.net.InetAddress ip)
ip - public java.net.InetAddress getBindAddress()
public void setBindAddress(java.net.InetAddress ip)
ip - public void setPort(int port)
port - public int getPort()
public java.lang.String getDefaultIP()
public void setDefaultIP(java.lang.String defaultIP)
defaultIP - The IP that is used to broadcast detection messages on via multicast.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||