public class JobNotificationThread
extends java.lang.Thread
Modifier and Type | Class and Description |
---|---|
protected static class |
JobNotificationThread.Disposition
Disposition of an output/repository connection combination
|
protected static class |
JobNotificationThread.OutputAndRepositoryConnection
Output connection/repository connection pair object
|
protected static class |
JobNotificationThread.OutputNotifyActivity
The ingest logger class
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
protected java.lang.String |
processID
Process ID
|
protected NotificationResetManager |
resetManager
Notification reset manager
|
Constructor and Description |
---|
JobNotificationThread(NotificationResetManager resetManager,
java.lang.String processID)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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, yield
public static final java.lang.String _rcsid
protected final NotificationResetManager resetManager
protected final java.lang.String processID
public JobNotificationThread(NotificationResetManager resetManager, java.lang.String processID) throws ManifoldCFException
ManifoldCFException