com.insightful.splus
Class SplusLogin.LookupThread
java.lang.Object
java.lang.Thread
com.insightful.splus.SplusLogin.LookupThread
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- SplusLogin
protected class SplusLogin.LookupThread
- extends Thread
The inner class LookupThread represents a separate thread to call
Naming.lookup the first time it needs to be called (namely to
find the SplusSessionFactory).
Method Summary |
com.insightful.splus.SplusSessionFactory |
getFactory()
|
void |
run()
|
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 |
m_factory
protected com.insightful.splus.SplusSessionFactory m_factory
m_strLookupURL
protected String m_strLookupURL
m_strErrorMsg
protected String m_strErrorMsg
SplusLogin.LookupThread
public SplusLogin.LookupThread(String strHost,
int nRMIPort)
getFactory
public com.insightful.splus.SplusSessionFactory getFactory()
throws SplusLogin.SplusLoginException
- Throws:
SplusLogin.SplusLoginException
run
public void run()
- Specified by:
run
in interface Runnable
- Overrides:
run
in class Thread
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.