Class HelloWorld

java.lang.Object
java.lang.Thread
lotus.domino.NotesThread
JAddinThread
HelloWorld
All Implemented Interfaces:
Runnable

public class HelloWorld extends JAddinThread
Hello World Example
  • 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 class JAddinThread
    • 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 class JAddinThread
    • addinCommand

      public void addinCommand(String command)
      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 class JAddinThread
      Parameters:
      command - Passed command line