public class OracleNoOrderHeartbeat extends java.lang.Object implements IHeartbeatListener, org.jumpmind.extension.IBuiltInExtensionPoint
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
| Constructor and Description |
|---|
OracleNoOrderHeartbeat(ISymmetricEngine engine) |
| Modifier and Type | Method and Description |
|---|---|
long |
getTimeBetweenHeartbeatsInSeconds() |
void |
heartbeat(Node me)
Called periodically when the heartbeat job is enabled.
|
public OracleNoOrderHeartbeat(ISymmetricEngine engine)
public void heartbeat(Node me)
IHeartbeatListenerheartbeat in interface IHeartbeatListenerme - A representation of this instance. It's statistics will be
updated prior to calling this method.public long getTimeBetweenHeartbeatsInSeconds()
getTimeBetweenHeartbeatsInSeconds in interface IHeartbeatListener