ORG.oclc.mantisbase.util
Class BatchArchiveThread
java.lang.Object
|
+--java.lang.Thread
|
+--ORG.oclc.mantisbase.util.BatchArchiveThread
- public class BatchArchiveThread
- extends Thread
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 |
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)
run
public void run()
- Overrides:
- run in class Thread