com.ibm.dse.services.notes
Class DSENotesAgent

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--lotus.notes.NotesThread
              |
              +--lotus.notes.AgentBase
                    |
                    +--com.ibm.dse.services.notes.DSENotesAgent

public class DSENotesAgent
extends lotus.notes.AgentBase

The DSENotesAgent class enables you to invoke the framework from Lotus Notes applications.


Field Summary
static java.lang.String COMPID
          Trace identification for Notes
 
Fields inherited from class lotus.notes.AgentBase
m_session
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
DSENotesAgent()
          This constructor creates a DSENotesAgent object.
 
Method Summary
 void NotesMain()
          Called from Notes and runs this agent.
 
Methods inherited from class lotus.notes.AgentBase
dbgMsg, dbgMsg, dbgMsg, getAgentOutput, getSession, isRestricted, runNotes, setDebug, setTrace, startup
 
Methods inherited from class lotus.notes.NotesThread
finalize, initThread, load, run, sinitThread, stermThread, termThread
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMPID

public static final java.lang.String COMPID
Trace identification for Notes
Constructor Detail

DSENotesAgent

public DSENotesAgent()
This constructor creates a DSENotesAgent object.
Method Detail

NotesMain

public void NotesMain()
Called from Notes and runs this agent.
Overrides:
NotesMain in class lotus.notes.AgentBase