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

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

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

Fields in org.ourgrid.peer.manager.allocation declared as AllocationEntry
protected  AllocationEntry AllocationEntryTest.allocation
           
 

Methods in org.ourgrid.peer.manager.allocation that return AllocationEntry
protected  AllocationEntry AllocationEntryTest.getAllocationEntry()
           
 AllocationEntry AllocationManager.getAllocationEntry(GumID gumID)
           
 AllocationEntry AllocationManager.gumReceived(EBGum ebGum, GumSpec gumSpec)
          A new gum has been received
 

Methods in org.ourgrid.peer.manager.allocation that return types with arguments of type AllocationEntry
 java.util.Collection<AllocationEntry> AllocationManager.getAllocationEntries(AllocationEntry.GumSource gumSource, AllocationStatus status)
           
 java.util.Collection<AllocationEntry> AllocationManager.getLocalDonated()
           
 java.util.Collection<AllocationEntry> AllocationManager.getLocalGums()
           
 java.util.Collection<AllocationEntry> AllocationManager.getLocalIdle()
           
 java.util.Collection<AllocationEntry> AllocationManager.getLocalInUse()
           
 java.util.Collection<AllocationEntry> AllocationManager.getRemoteGums()
           
 java.util.Collection<AllocationEntry> AllocationManager.getRemoteIdle()
           
 java.util.Collection<AllocationEntry> AllocationManager.getRemoteInUse()