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, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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()
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.