Uses of Class
org.ourgrid.common.gump.GumpClientThreadManager

Packages that use GumpClientThreadManager
org.ourgrid.peer.manager   
 

Uses of GumpClientThreadManager in org.ourgrid.peer.manager
 

Constructors in org.ourgrid.peer.manager with parameters of type GumpClientThreadManager
EBPeerManager(GumpClientThreadManager consumerThreadManager, ObjectID remoteAccessID, ObjectID brokerAccessID, UIManager uiManager)
          Default constructor.
EBPeerManager(RequestManager reqManager, AllocationManager allocationManager, GumpClientThreadManager consumerThreadManager, UIManager uiManager)
          This constructor should be directly used only by tests.