Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.admin.repo
Class StatsTask

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

public class StatsTask
extends java.lang.Object
implements java.lang.Runnable

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

Author:
Thierry Delprat

Constructor Summary
StatsTask(java.lang.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(java.lang.String repoName,
                 DocumentRef rootDocRef,
                 boolean includeBlob,
                 RepoStat instance)
          throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

exec

public void exec(StatsTask task)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.