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, isLoadedFields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddinCommand(String command) This method is executed for every command entered at the Domino console, e.g.voidThis is the main entry point for the user add-in.voidThis 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, waitMilliSecondsMethods inherited from class lotus.domino.NotesThread
finalize, initThread, run, sDisablePerThreadTracking, sDisablePerThreadTracking, sDumpPerThreadInitTermStacks, sEnablePerThreadTracking, sEnablePerThreadTracking, sGetPerThreadCount, sGetPerThreadCount, sinitThread, stermThread, termThreadMethods 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:JAddinThreadThis is the main entry point for the user add-in. It is called by JAddinThread after all initialization work is done.- Specified by:
addinStartin classJAddinThread
-
addinStop
public void addinStop()Description copied from class:JAddinThreadThis 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:
addinStopin classJAddinThread
-
addinCommand
Description copied from class:JAddinThreadThis method is executed for every command entered at the Domino console, e.g."Tell AddinName xxxxxxxx".- Overrides:
addinCommandin classJAddinThread- Parameters:
command- Passed command line
-