mx4j.remote
public interface HeartBeat
Version: $Revision: 1.4 $
Method Summary | |
---|---|
int | getMaxRetries()
Returns the maximum number of retries this heart beat attempts after
a first connection failure before declaring the connection or the server
as dead.
|
long | getPulsePeriod()
Returns the period of time in milliseconds between two heart beats
|
void | start()
Starts the heart beat
|
void | stop()
Stops the heart beat
|
See Also: CONNECTION_HEARTBEAT_RETRIES HeartBeat
See Also: CONNECTION_HEARTBEAT_PERIOD HeartBeat
Throws: IOException If there are problems contacting the server
See Also: HeartBeat
Throws: IOException If there are problems contacting the server
See Also: HeartBeat