Open SiteSearch 4.1.1
Final

ORG.oclc.mantisbase.util
Class BatchArchiveThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--ORG.oclc.mantisbase.util.BatchArchiveThread

public class BatchArchiveThread
extends Thread


Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
BatchArchiveThread(String dbname, String installationRoot, String currUpdateFile, DataDir newdir, ORG.oclc.opserve.tty.OpsClient o, String action, ORG.oclc.lock.LockClient lockClient, String userKey)
           
BatchArchiveThread(String dbname, String installationRoot, String currUpdateFile, ORG.oclc.opserve.tty.OpsClient o, String action, ORG.oclc.lock.LockClient lockClient, String userKey)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BatchArchiveThread

public BatchArchiveThread(String dbname,
                          String installationRoot,
                          String currUpdateFile,
                          DataDir newdir,
                          ORG.oclc.opserve.tty.OpsClient o,
                          String action,
                          ORG.oclc.lock.LockClient lockClient,
                          String userKey)

BatchArchiveThread

public BatchArchiveThread(String dbname,
                          String installationRoot,
                          String currUpdateFile,
                          ORG.oclc.opserve.tty.OpsClient o,
                          String action,
                          ORG.oclc.lock.LockClient lockClient,
                          String userKey)
Method Detail

run

public void run()
Overrides:
run in class Thread

Open SiteSearch 4.1.1
Final