Index
All Classes and Interfaces|All Packages
A
- addinCommand(String) - Method in class HelloWorld
- addinCommand(String) - Method in class JAddinThread
-
This method is executed for every command entered at the Domino console, e.g.
- addinInitialize(JAddin, String) - Method in class JAddinThread
-
This is the first method called by the main JAddin thread to initialize the JAddinThread.
- addinInterrupted() - Method in class JAddinThread
-
Check if addin was interrupted by JAddin main thread.
- addinNextDay() - Method in class JAddinThread
-
This method is called at the beginning of every new day.
- addinNextHour() - Method in class JAddinThread
-
This method is called at the beginning of every hour.
- addinStart() - Method in class HelloWorld
- addinStart() - Method in class JAddinThread
-
This is the main entry point for the user add-in.
- addinStop() - Method in class HelloWorld
- addinStop() - Method in class JAddinThread
-
This method is executed when the command "Quit" or "Exit" is entered or during Domino server shutdown.
All Classes and Interfaces|All Packages