Package uk.co.ractf.polaris.node.service
Class NodeInfoSyncService
- java.lang.Object
 - 
- com.google.common.util.concurrent.AbstractScheduledService
 - 
- uk.co.ractf.polaris.node.service.NodeInfoSyncService
 
 
 
- 
- All Implemented Interfaces:
 com.google.common.util.concurrent.Service
public class NodeInfoSyncService extends com.google.common.util.concurrent.AbstractScheduledService 
- 
- 
Constructor Summary
Constructors Constructor Description NodeInfoSyncService(Node node, NodeConfiguration nodeConfiguration) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidrunOneIteration()protected com.google.common.util.concurrent.AbstractScheduledService.Schedulerscheduler() 
 - 
 
- 
- 
Constructor Detail
- 
NodeInfoSyncService
@Inject public NodeInfoSyncService(Node node, NodeConfiguration nodeConfiguration)
 
 - 
 
- 
Method Detail
- 
runOneIteration
protected void runOneIteration()
- Specified by:
 runOneIterationin classcom.google.common.util.concurrent.AbstractScheduledService
 
- 
scheduler
protected com.google.common.util.concurrent.AbstractScheduledService.Scheduler scheduler()
- Specified by:
 schedulerin classcom.google.common.util.concurrent.AbstractScheduledService
 
 - 
 
 -