Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
RunJavaAddin(String addinName)
Initializes the addin with the provided name, which is also
used as the message-queue name.
|
RunJavaAddin(String addinName,
String queueName)
Initializes the addin with the provided name and message-queue name
|
Modifier and Type | Method and Description |
---|---|
protected void |
doRun()
This method can be overridden by subclasses to perform their actions within
the Notes-initialized environment.
|
protected abstract void |
runAddin(DominoClient client,
ServerStatusLine statusLine,
MessageQueue queue) |
void |
stopAddin() |
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 RunJavaAddin(String addinName)
addinName
- the name of the addin to show in the task listprotected final void doRun()
JNXThread
protected abstract void runAddin(DominoClient client, ServerStatusLine statusLine, MessageQueue queue)
public void stopAddin()
Copyright © 2019–2021 HCL. All rights reserved.