Uses of Class
org.ourgrid.peer.manager.request.RequestManager

Packages that use RequestManager
org.ourgrid.peer.manager   
org.ourgrid.peer.manager.request   
 

Uses of RequestManager in org.ourgrid.peer.manager
 

Fields in org.ourgrid.peer.manager declared as RequestManager
protected  RequestManager EBPeerManagerTest.requestManager
          The EBRequestManager.
protected  RequestManager EBPeerManager.requestManager
           
 

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

Uses of RequestManager in org.ourgrid.peer.manager.request
 

Methods in org.ourgrid.peer.manager.request that return RequestManager
static RequestManager RequestManager.getInstance()