|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MulticastDetectorMBean
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 |
int |
getBufferSize()
|
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 |
setBufferSize(int bufferSize)
|
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.AbstractDetectorMBean |
|---|
getConfiguration, getDefaultTimeDelay, getHeartbeatTimeDelay, setConfiguration, setDefaultTimeDelay, setHeartbeatTimeDelay |
| Methods inherited from interface org.jboss.remoting.detection.Detector |
|---|
start, stop |
| Methods inherited from interface javax.management.MBeanRegistration |
|---|
postDeregister, postRegister, preDeregister, preRegister |
| Method Detail |
|---|
java.net.InetAddress getAddress()
void setAddress(java.net.InetAddress ip)
ip - java.net.InetAddress getBindAddress()
void setBindAddress(java.net.InetAddress ip)
ip - void setPort(int port)
port - int getPort()
java.lang.String getDefaultIP()
void setDefaultIP(java.lang.String defaultIP)
defaultIP - The IP that is used to broadcast detection messages on via multicast.int getBufferSize()
void setBufferSize(int bufferSize)
bufferSize - The size of the byte array in the DatagramPacket.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||