Uses of Class
creamtec.webcream.core.WebCreamThread

Packages that use WebCreamThread
creamtec.webcream.core   
creamtec.webcream.gui.peer   
 

Uses of WebCreamThread in creamtec.webcream.core
 

Methods in creamtec.webcream.core that return WebCreamThread
 WebCreamThread WebCreamThreadGroup.allocateThread()
          Allocate a thread for the given client
static WebCreamThread ThreadManager.getMyThread(java.lang.Object obj)
          Returns WebCreamThread associated with the given object
 WebCreamThread WebCreamThreadGroup.getPrimeThread()
          Returns the main thread of this thread group
 

Methods in creamtec.webcream.core with parameters of type WebCreamThread
 void ClientAgent.addBlockedThread(WebCreamThread thread)
          Adds the given thread to the list of blocked threads within the clinet.
 void ClientAgent.removeBlockedThread(WebCreamThread thread)
          Removes the given thread from a list of blocked threads.
static void ThreadManager.setMyThread(java.lang.Object obj, WebCreamThread thread)
          Establishes association between the given object and the thread.
 void WebCreamThreadGroup.setPrimeThread(WebCreamThread thread)
          Sets the main thread of this thread group
 

Uses of WebCreamThread in creamtec.webcream.gui.peer
 

Methods in creamtec.webcream.gui.peer that return WebCreamThread
 WebCreamThread WebCreamWindowPeer.getMyThread()
           
 



Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.