|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
lotus.domino.NotesThread
lotus.notes.addins.JavaServerAddin
com.ibm.di.plugin.domino.ProxyLoader
public class ProxyLoader
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 |
---|
public static final java.lang.String DOMINO_CONFIG_FOLDER
protected static final java.lang.String DOMINO_CONFIG_FILE_NAME
protected static final java.lang.String DOMINO_FULL_CONFIG_FILE_NAME
Constructor Detail |
---|
public ProxyLoader()
Method Detail |
---|
public void runNotes()
runNotes
in class lotus.domino.NotesThread
protected void consolePrint(java.lang.String aMsg)
aMsg
- the message to print.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |