|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.remoting.detection.AbstractDetector
org.jboss.remoting.detection.multicast.MulticastDetector
MulticastDetector
| Field Summary | |
static String |
DEFAULT_IP
|
static int |
DEFAULT_PORT
|
| Fields inherited from class org.jboss.remoting.detection.AbstractDetector |
DETECTOR_DEBUG, log, mbeanserver, objectName, registryObjectName |
| Constructor Summary | |
MulticastDetector()
|
|
| Method Summary | |
InetAddress |
getAddress()
return the multicast address of the detector |
InetAddress |
getBindAddress()
return the bind address of the detector |
int |
getPort()
get the port that the detector is multicasting to |
protected void |
heartbeat()
subclasses must implement to provide the specific heartbeat protocol for this server to send out to other servers on the network |
void |
setAddress(InetAddress ip)
set the interface address of the multicast |
void |
setBindAddress(InetAddress ip)
set the bind address of the multicast |
void |
setPort(int port)
set the port for detections to be multicast to |
void |
start()
called by MBeanServer to start the mbean lifecycle |
void |
stop()
called by the MBeanServer to stop the mbean lifecycle |
| Methods inherited from class org.jboss.remoting.detection.AbstractDetector |
checkInvokerServer, detect, getConfiguration, getHeartbeatDelay, getHeartbeatPeriod, getPingerDelay, getPingerPeriod, isRemoteDetection, postDeregister, postRegister, preDeregister, preRegister, setConfiguration, startHeartbeat, startPinger, stopHeartbeat, stopPinger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.management.MBeanRegistration |
postDeregister, postRegister, preDeregister, preRegister |
| Field Detail |
public static final int DEFAULT_PORT
public static final String DEFAULT_IP
| Constructor Detail |
public MulticastDetector()
| Method Detail |
public InetAddress getAddress()
getAddress in interface MulticastDetectorMBeanpublic void setAddress(InetAddress ip)
setAddress in interface MulticastDetectorMBeanip - public InetAddress getBindAddress()
getBindAddress in interface MulticastDetectorMBeanpublic void setBindAddress(InetAddress ip)
setBindAddress in interface MulticastDetectorMBeanip - public int getPort()
getPort in interface MulticastDetectorMBeanpublic void setPort(int port)
setPort in interface MulticastDetectorMBeanport -
public void start()
throws Exception
start in interface Detectorstart in class AbstractDetectorException
public void stop()
throws Exception
stop in interface Detectorstop in class AbstractDetectorExceptionprotected void heartbeat()
heartbeat in class AbstractDetector
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||