public class HTTPHeartBeat extends AbstractHeartBeat
| Constructor and Description |
|---|
HTTPHeartBeat(HTTPConnection connection,
ConnectionNotificationEmitter emitter,
java.util.Map environment) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
pulse()
Subclasses will implement this method using protocol specific connections.
|
getMaxRetries, getPulsePeriod, run, sendConnectionNotificationFailed, start, stoppublic HTTPHeartBeat(HTTPConnection connection, ConnectionNotificationEmitter emitter, java.util.Map environment)
protected void pulse()
throws java.io.IOException
AbstractHeartBeatMBeanServerConnection.getDefaultDomain() is used
to "ping" the server side.pulse in class AbstractHeartBeatjava.io.IOException