Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.admin.repo
Class StatsTask

java.lang.Object
  extended by org.nuxeo.ecm.admin.repo.StatsTask
All Implemented Interfaces:
Runnable

public class StatsTask
extends Object
implements Runnable

Runnable Class that is executed in the ThreadPool of RepoStat to gather statistics.

Author:
Thierry Delprat

Constructor Summary
StatsTask(String repoName, DocumentRef rootDocRef, boolean includeBlob, RepoStat instance)
           
 
Method Summary
 void exec(StatsTask task)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsTask

public StatsTask(String repoName,
                 DocumentRef rootDocRef,
                 boolean includeBlob,
                 RepoStat instance)
          throws Exception
Throws:
Exception
Method Detail

run

public void run()
Specified by:
run in interface Runnable

exec

public void exec(StatsTask task)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.