com.ibm.di.plugin.domino
Class ProxyLoader

java.lang.Object
  extended by java.lang.Thread
      extended by lotus.domino.NotesThread
          extended by lotus.notes.addins.JavaServerAddin
              extended by com.ibm.di.plugin.domino.ProxyLoader
All Implemented Interfaces:
java.lang.Runnable

public class ProxyLoader
extends lotus.notes.addins.JavaServerAddin

This is the Class started by the Domino Server. This class is responsible for booting up the common Java Proxy on the Domino Server.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
protected static java.lang.String DOMINO_CONFIG_FILE_NAME
          Domino plugin's configuration file name
static java.lang.String DOMINO_CONFIG_FOLDER
          Domino plugin's authentication folder
protected static java.lang.String DOMINO_FULL_CONFIG_FILE_NAME
          Domino plugin's path to the configuration file
 
Fields inherited from class lotus.notes.addins.JavaServerAddin
MSG_Q_PREFIX, NOERROR, ST_ADDITIVE, ST_UNIQUE, VT_LONG, VT_NUMBER, VT_TEXT, VT_TIMEDATE
 
Fields inherited from class lotus.domino.NotesThread
dummyObj, isLoaded
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ProxyLoader()
          Default constructor that sets the name of this Add-in.
 
Method Summary
protected  void consolePrint(java.lang.String aMsg)
          Dumps a message on the Domino Server Console.
 void runNotes()
          This method is the entry point in this class.
 
Methods inherited from class lotus.notes.addins.JavaServerAddin
AddInCreateStatusLine, AddInDayHasElapsed, AddInDeleteStatusLine, AddInHasMinutesElapsed, AddInHasSecondsElapsed, AddInIdle, AddInLogErrorText, AddInLogErrorText, AddInLogMessageText, AddInLogMessageText, AddInQueryDefaults, addInRunning, AddInSetDefaults, AddInSetStatusLine, AddInSetStatusText, AddInShouldTerminate, CheckJobSchedule, CreateAndSendMailTrace, getArguments, GetDDMProbeConfiguration, JobWorkCompleted, LoadDDMProbeManger, LogDDMEvent, OSGetEnvironmentSequence, OSLoadString, OSPreemptOccasionally, PrintConsoleText, shouldTerminate, StatDelete, StatUpdate, stopAddin, UnloadDDMProbeManger
 
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
 

Field Detail

DOMINO_CONFIG_FOLDER

public static final java.lang.String DOMINO_CONFIG_FOLDER
Domino plugin's authentication folder

See Also:
Constant Field Values

DOMINO_CONFIG_FILE_NAME

protected static final java.lang.String DOMINO_CONFIG_FILE_NAME
Domino plugin's configuration file name

See Also:
Constant Field Values

DOMINO_FULL_CONFIG_FILE_NAME

protected static final java.lang.String DOMINO_FULL_CONFIG_FILE_NAME
Domino plugin's path to the configuration file

See Also:
Constant Field Values
Constructor Detail

ProxyLoader

public ProxyLoader()
Default constructor that sets the name of this Add-in.

Method Detail

runNotes

public void runNotes()
This method is the entry point in this class. It is called by the Domino framework.

Overrides:
runNotes in class lotus.domino.NotesThread

consolePrint

protected void consolePrint(java.lang.String aMsg)
Dumps a message on the Domino Server Console.

Parameters:
aMsg - the message to print.