|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlive.threads.ThreadInitInfo
This class holds information that is needed by a thread in order to start.
ThreadedUserAction creates a ZVMTasks object for its subclasses to use, and
the ConnectionInfo
object holds the parameters that needs
to initialize. The ActiveThreadsInfo
object is used for tracking.
Field Summary | |
private Cache |
cache
|
private ConnectionInfo |
connection
|
private ActiveThreadsInfo |
threads
|
Constructor Summary | |
ThreadInitInfo(ConnectionInfo connectionInfo,
ActiveThreadsInfo threadsInfo,
Cache cache)
Creates a new ThreadInitInfo object |
Method Summary | |
ActiveThreadsInfo |
getActiveThreadsInfo()
Returns information about the active threads |
Cache |
getCache()
Returns LIVE's cache |
ConnectionInfo |
getConnectionInfo()
Returns the connection Info information |
void |
setCache(Cache cache)
Sets the cache to a new cache |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private ConnectionInfo connection
private ActiveThreadsInfo threads
private Cache cache
Constructor Detail |
public ThreadInitInfo(ConnectionInfo connectionInfo, ActiveThreadsInfo threadsInfo, Cache cache)
connectionInfo
- User Name, Password, PortName, etc needed to open a socketthreadsInfo
- Information about the active threadscache
- The current cacheMethod Detail |
public ConnectionInfo getConnectionInfo()
public ActiveThreadsInfo getActiveThreadsInfo()
public Cache getCache()
public void setCache(Cache cache)
cache
- New cache
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |