Class LocalDonePoller

java.lang.Object
repast.simphony.batch.ssh.LocalDonePoller
All Implemented Interfaces:
Callable<Void>

public class LocalDonePoller extends Object implements Callable<Void>
Polls a directory on a local machine for a "DONE" file in a specified directory.
Author:
Nick Collier
  • Constructor Details

    • LocalDonePoller

      public LocalDonePoller(String directory, long frequency)
  • Method Details