play.modules.fileauth
Class ScanJob

java.lang.Object
  extended by play.Invoker.Invocation
      extended by play.jobs.Job
          extended by play.modules.fileauth.ScanJob
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Callable

public class ScanJob
extends play.jobs.Job

Periodically Scan of user/group files. Scan runs every 5 mins.


Field Summary
 
Fields inherited from class play.jobs.Job
executor, invocationType, lastException, lastRun, wasError
 
Constructor Summary
ScanJob()
           
 
Method Summary
 void doJob()
           
 
Methods inherited from class play.jobs.Job
_finally, call, doJobWithResult, every, every, execute, getInvocationContext, in, in, now, onException, run, toString
 
Methods inherited from class play.Invoker.Invocation
after, before, init, onSuccess, preInit, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScanJob

public ScanJob()
Method Detail

doJob

public void doJob()
Overrides:
doJob in class play.jobs.Job