de.bea.domingo.server
Class DomingoServerAgent

java.lang.Object
  extended by java.lang.Thread
      extended by lotus.domino.NotesThread
          extended by lotus.domino.AgentBase
              extended by de.bea.domingo.notes.DAgentBase
                  extended by de.bea.domingo.server.DomingoServerAgent
All Implemented Interfaces:
java.lang.Runnable

public final class DomingoServerAgent
extends DAgentBase

Adapter from a domingo agent to the domingo server.

Author:
Kurt Riede

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
DomingoServerAgent()
           
 
Method Summary
 void main()
          main method to be implemented by concrete agents.
 
Methods inherited from class de.bea.domingo.notes.DAgentBase
dbgMsg, dbgMsg, dbgMsg, getAgentOutput, getDSession, getMonitor, getSession, isRestricted, NotesMain, setDebug, setTrace
 
Methods inherited from class lotus.domino.AgentBase
getAgentOutputStream, getAgentSession, runNotes, 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

DomingoServerAgent

public DomingoServerAgent()
Method Detail

main

public void main()
Description copied from class: DAgentBase
main method to be implemented by concrete agents.

Specified by:
main in class DAgentBase
See Also:
DAgentBase.main()


Domingo Java-API