public class SimpleRunCPM extends Thread
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
SimpleRunCPM(String[] args)
Constructor for the class.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
main class.
|
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, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic SimpleRunCPM(String[] args) throws org.apache.uima.UIMAException, IOException
args - command line arguments into the program - see class descriptionorg.apache.uima.UIMAException - the UIMA exceptionIOException - Signals that an I/O exception has occurred.public static void main(String[] args) throws org.apache.uima.UIMAException, IOException
args - Command line arguments - see class descriptionorg.apache.uima.UIMAException - the UIMA exceptionIOException - Signals that an I/O exception has occurred.Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.