S-PLUS Connect/Java v1.0

com.insightful.splus
Class SplusLogin.LookupThread

java.lang.Object
  extended by java.lang.Thread
      extended by 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).


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
protected  com.insightful.splus.SplusSessionFactory m_factory
           
protected  String m_strErrorMsg
           
protected  String m_strLookupURL
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SplusLogin.LookupThread(String strHost, int nRMIPort)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_factory

protected com.insightful.splus.SplusSessionFactory m_factory

m_strLookupURL

protected String m_strLookupURL

m_strErrorMsg

protected String m_strErrorMsg
Constructor Detail

SplusLogin.LookupThread

public SplusLogin.LookupThread(String strHost,
                               int nRMIPort)
Method Detail

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

S-PLUS Connect/Java v1.0

Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.