Package com.ibm.di.plugin.domino
Class ProxyLoader
- java.lang.Object
-
- java.lang.Thread
-
- lotus.domino.NotesThread
-
- lotus.notes.addins.JavaServerAddin
-
- 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.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
DOMINO_CONFIG_FILE_NAME
Domino plugin's configuration file namestatic java.lang.String
DOMINO_CONFIG_FOLDER
Domino plugin's authentication folderprotected static java.lang.String
DOMINO_FULL_CONFIG_FILE_NAME
Domino plugin's path to the configuration file
-
Constructor Summary
Constructors Constructor Description ProxyLoader()
Default constructor that sets the name of this Add-in.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, 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
-
-
-
-
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
-
-
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 classlotus.domino.NotesThread
-
consolePrint
protected void consolePrint(java.lang.String aMsg)
Dumps a message on the Domino Server Console.- Parameters:
aMsg
- the message to print.
-
-