Class IDIPWSyncWebAgent
- java.lang.Object
-
- java.lang.Thread
-
- lotus.domino.NotesThread
-
- lotus.domino.AgentBase
-
- com.ibm.di.plugin.domino.agents.web.IDIPWSyncWebAgent
-
- All Implemented Interfaces:
java.lang.Runnable
public class IDIPWSyncWebAgent extends lotus.domino.AgentBaseThis code is placed directly in the Domino database. It is kept as a separate java class for the purpose of easier additional developing.
-
-
Constructor Summary
Constructors Constructor Description IDIPWSyncWebAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidNotesMain()-
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
-
-