org.exoplatform.applications.repoload
Class DataReaderTh

java.lang.Object
  extended by org.exoplatform.applications.repoload.DataReaderTh
All Implemented Interfaces:
java.lang.Runnable

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

Created by The eXo Platform SAS Author : Alex Reshetnyak alex.reshetnyak@exoplatform.org.ua reshetnyak.alex@gmail.com 16.04.2007 12:52:43

Version:
$Id: DataReaderTh.java 16.04.2007 12:52:43 rainfox

Field Summary
protected  java.util.HashMap<java.lang.String,java.lang.String> mapConfig
           
 
Constructor Summary
DataReaderTh(javax.jcr.Node startNode, java.lang.String threadName, java.util.HashMap<java.lang.String,java.lang.String> conf)
           
 
Method Summary
 int getNTCount()
           
 java.lang.String getThreadName()
           
 long getTimeAdding()
           
 void readChilds(javax.jcr.Node parent)
           
 void run()
           
 void showDCProperty(javax.jcr.Node parent)
           
 void showProperty(javax.jcr.Node parent)
           
 void startRead()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mapConfig

protected java.util.HashMap<java.lang.String,java.lang.String> mapConfig
Constructor Detail

DataReaderTh

public DataReaderTh(javax.jcr.Node startNode,
                    java.lang.String threadName,
                    java.util.HashMap<java.lang.String,java.lang.String> conf)
Method Detail

readChilds

public void readChilds(javax.jcr.Node parent)
                throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

showDCProperty

public void showDCProperty(javax.jcr.Node parent)
                    throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

showProperty

public void showProperty(javax.jcr.Node parent)
                  throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

run

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

startRead

public void startRead()

getTimeAdding

public long getTimeAdding()

getNTCount

public int getNTCount()

getThreadName

public java.lang.String getThreadName()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.