Class IDIPWSyncWebAgent

  • All Implemented Interfaces:
    java.lang.Runnable

    public class IDIPWSyncWebAgent
    extends lotus.domino.AgentBase
    This code is placed directly in the Domino database. It is kept as a separate java class for the purpose of easier additional developing.
    • 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.domino.NotesThread

        dummyObj, isLoaded
      • Fields inherited from class java.lang.Thread

        MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void NotesMain()
      • Methods inherited from class lotus.domino.AgentBase

        dbgMsg, dbgMsg, dbgMsg, getAgentOutput, getAgentOutputStream, getAgentSession, getSession, isRestricted, runNotes, setDebug, setTrace, startup
      • Methods inherited from class lotus.domino.NotesThread

        finalize, getNativeThreadID, initThread, run, sinitThread, stermThread, termThread
      • Methods inherited from class java.lang.Thread

        activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IDIPWSyncWebAgent

        public IDIPWSyncWebAgent()
    • Method Detail

      • NotesMain

        public void NotesMain()
        Overrides:
        NotesMain in class lotus.domino.AgentBase