|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
lotus.domino.NotesThread
lotus.notes.addins.JavaServerAddin
JAddin
public final class JAddin
This JAddin class is a framework used to create Lotus Domino server addin tasks. The code running in this thread should avoid any long-running or blocking code to prohibit delays in processing of the Domino message queue.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class lotus.notes.addins.JavaServerAddin |
---|
LOG_AUTO_CLEARS, LOG_DONT_CREATE_DDM_ENTRY, LOG_TO_EVENT_NO_CONSOLE, MSG_Q_PREFIX, NOERROR, ST_ADDITIVE, ST_UNIQUE, VT_LONG, VT_NUMBER, VT_TEXT, VT_TIMEDATE |
Fields inherited from class lotus.domino.NotesThread |
---|
dummyObj, isLoaded |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
JAddin()
This constructor is called by the Domino's RunJava task if no arguments are specified (e.g. |
|
JAddin(java.lang.String[] args)
This constructor is called by the Domino's RunJava task if command line arguments are specified (e.g. |
Method Summary | |
---|---|
void |
finalize()
This method is called by the Java runtime during garbage collection to free all resources owned by this object. |
void |
runNotes()
This method is called by the Domino's RunJava task as the main entry point. |
Methods inherited from class lotus.notes.addins.JavaServerAddin |
---|
AddInLogErrorText, AddInLogErrorText, LogDDMEvent, shouldTerminate, StatDelete, stopAddin |
Methods inherited from class lotus.domino.NotesThread |
---|
initThread, run, sinitThread, stermThread, termThread |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, 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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JAddin()
"Load RunJava JAddin"
).
public JAddin(java.lang.String[] args)
"Load RunJava JAddin HelloWorld"
).
args
- Command line argumentsMethod Detail |
---|
public final void runNotes()
runNotes
in class lotus.domino.NotesThread
public void finalize()
finalize
in class lotus.domino.NotesThread
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |