Package org.jumpmind.symmetric.service
Interface IPushService
- All Superinterfaces:
IOfflineDetectorService
- All Known Implementing Classes:
PushService
Service API that is responsible for pushing data to the list of configured
Node
s that are configured to NodeGroupLinkAction.P
-
Method Summary
Modifier and TypeMethodDescriptionpushData
(boolean force) Attempt to push data, if any has been captured, to nodes that the captured data is targeted for.
-
Method Details
-
pushData
Attempt to push data, if any has been captured, to nodes that the captured data is targeted for.- Parameters:
force
- TODO- Returns:
- RemoteNodeStatuses the status of the push attempt(s)
-
getStartTimesOfNodesBeingPushedTo
-