com.partnersoft.v3x.apps.Staker.accounting.SEDC
Class SEDCInterface

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.accounting.SEDC.SEDCInterface
All Implemented Interfaces:
AccountingInterface, java.lang.Runnable

public class SEDCInterface
extends java.lang.Object
implements AccountingInterface


Constructor Summary
SEDCInterface(JobLibrarian librarian, Log log, int generationInterval, java.lang.String jobsdownPath, java.lang.String jobsupPath)
           
 
Method Summary
 void run()
          Runs and sleeps; sleeps and runs.
 void updateJob(java.lang.String jobNumber)
          Queues a job for updating
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SEDCInterface

public SEDCInterface(JobLibrarian librarian,
                     Log log,
                     int generationInterval,
                     java.lang.String jobsdownPath,
                     java.lang.String jobsupPath)
Method Detail

updateJob

public void updateJob(java.lang.String jobNumber)
Queues a job for updating

Specified by:
updateJob in interface AccountingInterface

run

public void run()
Runs and sleeps; sleeps and runs.

Specified by:
run in interface java.lang.Runnable