Package org.jumpmind.symmetric.job
Class OracleNoOrderHeartbeat
java.lang.Object
org.jumpmind.symmetric.job.OracleNoOrderHeartbeat
- All Implemented Interfaces:
IBuiltInExtensionPoint
,IExtensionPoint
,IHeartbeatListener
public class OracleNoOrderHeartbeat
extends Object
implements IHeartbeatListener, IBuiltInExtensionPoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
void
Called periodically when the heartbeat job is enabled.
-
Field Details
-
log
protected final org.slf4j.Logger log
-
-
Constructor Details
-
OracleNoOrderHeartbeat
-
-
Method Details
-
heartbeat
Description copied from interface:IHeartbeatListener
Called periodically when the heartbeat job is enabled.- Specified by:
heartbeat
in interfaceIHeartbeatListener
- Parameters:
me
- A representation of this instance. It's statistics will be updated prior to calling this method.
-
getTimeBetweenHeartbeatsInSeconds
public long getTimeBetweenHeartbeatsInSeconds()- Specified by:
getTimeBetweenHeartbeatsInSeconds
in interfaceIHeartbeatListener
- Returns:
- The number of seconds between heartbeat notifications.
-