public class XmlRpcBatchMgrProxy extends Thread implements Runnable
A Runnable proxy to an XmlRpcBatchStub that allows the call to the
XmlRpcBatchStub to be asynchronous rather than synchronous. This allows a
Scheduler that calls the XmlRpcBatchMgr to not be stuck
waiting for each job to complete before scheduling the next Job
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
XmlRpcBatchMgrProxy(JobSpec jobSpec,
ResourceNode remoteHost,
XmlRpcBatchMgr par) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
killJob() |
boolean |
nodeAlive() |
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic XmlRpcBatchMgrProxy(JobSpec jobSpec, ResourceNode remoteHost, XmlRpcBatchMgr par)
Copyright © 1999–2017 Apache OODT. All rights reserved.