ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr
Class TextExtractors.Worker

java.lang.Object
  extended by org.modeshape.jcr.TextExtractors.Worker
All Implemented Interfaces:
Runnable
Enclosing class:
TextExtractors

protected final class TextExtractors.Worker
extends Object
implements Runnable

A unit of work which extracts text from a binary value, stores that text in a store and notifies a latch that the extraction operation has finished.


Constructor Summary
protected TextExtractors.Worker(AbstractBinaryStore store, BinaryValue binaryValue, TextExtractor.Context context, CountDownLatch latch)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextExtractors.Worker

protected TextExtractors.Worker(AbstractBinaryStore store,
                                BinaryValue binaryValue,
                                TextExtractor.Context context,
                                CountDownLatch latch)
Method Detail

run

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

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.