Class HelloWorld
java.lang.Object
java.lang.Thread
lotus.domino.NotesThread
JAddinThread
HelloWorld
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
Fields inherited from class lotus.domino.NotesThread
dummyObj, isLoaded
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addinCommand
(String command) This method is executed for every command entered at the Domino console, e.g.void
This is the main entry point for the user add-in.void
This method is executed when the command "Quit" or "Exit" is entered or during Domino server shutdown.Methods inherited from class JAddinThread
addinInitialize, addinInterrupted, addinNextDay, addinNextHour, dbGetAllDocuments, dbGetDocumentItem, dbGetLastErrorMessage, dbGetSession, dbGetSingleDocumentByKey, dbOpen, dbRecycleObjects, dbSaveDocument, dbSendMessage, dbSendMessage, dbSetDocumentItem, decryptAES, deleteDominoStatistic, encryptAES, fromBase64, generateHash, getAddinParameters, getDebugState, isDbOpen, isJAddinAlive, logDebug, logMessage, runNotes, setAddinState, setDebugState, setDominoStatistic, setDominoStatistic, toBase64, waitMilliSeconds
Methods inherited from class lotus.domino.NotesThread
finalize, initThread, run, sDisablePerThreadTracking, sDisablePerThreadTracking, sDumpPerThreadInitTermStacks, sEnablePerThreadTracking, sEnablePerThreadTracking, sGetPerThreadCount, sGetPerThreadCount, sinitThread, stermThread, termThread
Methods inherited from class java.lang.Thread
activeCount, checkAccess, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, threadId, toString, yield
-
Constructor Details
-
HelloWorld
public HelloWorld()
-
-
Method Details
-
addinStart
public void addinStart()Description copied from class:JAddinThread
This is the main entry point for the user add-in. It is called by JAddinThread after all initialization work is done.- Specified by:
addinStart
in classJAddinThread
-
addinStop
public void addinStop()Description copied from class:JAddinThread
This method is executed when the command "Quit" or "Exit" is entered or during Domino server shutdown. After this method returns, the add-in must terminate immediately.- Specified by:
addinStop
in classJAddinThread
-
addinCommand
Description copied from class:JAddinThread
This method is executed for every command entered at the Domino console, e.g."Tell AddinName xxxxxxxx"
.- Overrides:
addinCommand
in classJAddinThread
- Parameters:
command
- Passed command line
-