com.ibm.di.plugin.domino.agents.web
Class IDIPWSyncWebAgent

java.lang.Object
  extended by java.lang.Thread
      extended by lotus.domino.NotesThread
          extended by lotus.domino.AgentBase
              extended by com.ibm.di.plugin.domino.agents.web.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
 
Constructor Summary
IDIPWSyncWebAgent()
           
 
Method Summary
 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, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, 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