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

Packages that use AllocationEntry.GumSource
org.ourgrid.peer.manager   
org.ourgrid.peer.manager.allocation   
org.ourgrid.peer.manager.event   
org.ourgrid.peer.manager.request   
org.ourgrid.peer.manager.status   
 

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

Methods in org.ourgrid.peer.manager with parameters of type AllocationEntry.GumSource
 void EBPeerManagerFacade.getAllGums(EventQueue<ResponseEvent<java.util.Collection<StatusEntry>>> responseQueue, AllocationEntry.GumSource source)
           
 

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

Methods in org.ourgrid.peer.manager.allocation that return AllocationEntry.GumSource
 AllocationEntry.GumSource AllocationEntry.getGumSource()
           
static AllocationEntry.GumSource AllocationEntry.GumSource.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AllocationEntry.GumSource[] AllocationEntry.GumSource.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.ourgrid.peer.manager.allocation with parameters of type AllocationEntry.GumSource
 java.util.Collection<AllocationEntry> AllocationManager.getAllocationEntries(AllocationEntry.GumSource gumSource, AllocationStatus status)
           
 

Uses of AllocationEntry.GumSource in org.ourgrid.peer.manager.event
 

Constructors in org.ourgrid.peer.manager.event with parameters of type AllocationEntry.GumSource
GetGumsStateEvent(EventQueue<ResponseEvent<java.util.Collection<StatusEntry>>> responseQueue, EBStatusProvider statusProvider, AllocationEntry.GumSource gumSource)
           
 

Uses of AllocationEntry.GumSource in org.ourgrid.peer.manager.request
 

Methods in org.ourgrid.peer.manager.request with parameters of type AllocationEntry.GumSource
 java.util.Collection<GumID> RequestEntry.getGums(AllocationEntry.GumSource source)
           
 java.util.Collection<GumID> RequestManager.getGums(GumpClient gumpClient, AllocationEntry.GumSource source)
           
 java.util.Collection<GumID> RequestManager.getGums(ObjectID peerID, AllocationEntry.GumSource source)
           
 

Uses of AllocationEntry.GumSource in org.ourgrid.peer.manager.status
 

Methods in org.ourgrid.peer.manager.status with parameters of type AllocationEntry.GumSource
 java.util.Collection<StatusEntry> StatusProviderImpl.getAllGums(AllocationEntry.GumSource gumSource)
           
 java.util.Collection<StatusEntry> StatusProvider.getAllGums(AllocationEntry.GumSource source)