Uses of Class
org.ourgrid.peer.manager.allocation.AllocationManager

Packages that use AllocationManager
org.ourgrid.peer.manager   
org.ourgrid.peer.manager.allocation   
 

Uses of AllocationManager in org.ourgrid.peer.manager
 

Fields in org.ourgrid.peer.manager declared as AllocationManager
protected  AllocationManager EBPeerManagerTest.allocationManager
          The Allocation.
protected  AllocationManager EBPeerManager.allocationManager
           
 

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

Uses of AllocationManager in org.ourgrid.peer.manager.allocation
 

Methods in org.ourgrid.peer.manager.allocation that return AllocationManager
protected  AllocationManager AllocationManagerTest.getAllocationManager()
           
static AllocationManager AllocationManager.getInstance()