org.sharengo.wikitty
Class AbstractWikittyService.ImportTask

java.lang.Object
  extended by org.sharengo.wikitty.AbstractWikittyService.ImportTask
All Implemented Interfaces:
Runnable
Enclosing class:
AbstractWikittyService

public static class AbstractWikittyService.ImportTask
extends Object
implements Runnable


Field Summary
protected  Reader reader
           
protected  WikittyTransaction transaction
           
protected  AbstractWikittyService ws
           
 
Constructor Summary
AbstractWikittyService.ImportTask(AbstractWikittyService ws, Reader reader)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ws

protected AbstractWikittyService ws

transaction

protected WikittyTransaction transaction

reader

protected Reader reader
Constructor Detail

AbstractWikittyService.ImportTask

public AbstractWikittyService.ImportTask(AbstractWikittyService ws,
                                         Reader reader)
Method Detail

run

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


Copyright © 2009-2010 CodeLutin. All Rights Reserved.