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