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

Packages that use AllocationStatus
org.ourgrid.peer.manager   
org.ourgrid.peer.manager.allocation   
org.ourgrid.peer.manager.event   
org.ourgrid.peer.manager.status   
org.ourgrid.peer.ui   
org.ourgrid.peer.ui.gui   
org.ourgrid.test.functionaltests.busywait   
org.ourgrid.test.functionalunits   
 

Uses of AllocationStatus in org.ourgrid.peer.manager
 

Methods in org.ourgrid.peer.manager with parameters of type AllocationStatus
 void EBPeerManagerFacade.getGums(EventQueue<ResponseEvent<java.util.Collection<StatusEntry>>> responseQueue, AllocationStatus allocationStatus, RequestSpec.RequestSource source)
           
 

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

Methods in org.ourgrid.peer.manager.allocation that return AllocationStatus
 AllocationStatus AllocationEntry.getStatus()
           
static AllocationStatus AllocationStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AllocationStatus[] AllocationStatus.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 AllocationStatus
 java.util.Collection<AllocationEntry> AllocationManager.getAllocationEntries(AllocationEntry.GumSource gumSource, AllocationStatus status)
           
 

Uses of AllocationStatus in org.ourgrid.peer.manager.event
 

Constructors in org.ourgrid.peer.manager.event with parameters of type AllocationStatus
GetGumsEvent(EventQueue<ResponseEvent<java.util.Collection<StatusEntry>>> responseQueue, EBStatusProvider statusProvider, AllocationStatus allocationStatus, RequestSpec.RequestSource source)
           
 

Uses of AllocationStatus in org.ourgrid.peer.manager.status
 

Methods in org.ourgrid.peer.manager.status that return AllocationStatus
 AllocationStatus StatusEntry.getStatus()
           
 

Methods in org.ourgrid.peer.manager.status with parameters of type AllocationStatus
 java.util.Collection<StatusEntry> StatusProviderImpl.getGums(AllocationStatus allocationStatus, RequestSpec.RequestSource source)
           
 java.util.Collection<StatusEntry> StatusProvider.getGums(AllocationStatus allocationStatus, RequestSpec.RequestSource source)
           
 void EBStatusProviderImpl.getGums(EventQueue<ResponseEvent<java.util.Collection<StatusEntry>>> responseQueue, AllocationStatus allocationStatus, RequestSpec.RequestSource source)
           
 void EBStatusProvider.getGums(EventQueue<ResponseEvent<java.util.Collection<StatusEntry>>> responseQueue, AllocationStatus allocationStatus, RequestSpec.RequestSource source)
           
 

Constructors in org.ourgrid.peer.manager.status with parameters of type AllocationStatus
StatusEntry(GumSpec gumSpec, AllocationStatus status)
           
 

Uses of AllocationStatus in org.ourgrid.peer.ui
 

Methods in org.ourgrid.peer.ui with parameters of type AllocationStatus
 java.util.Collection<StatusEntry> UIManager.getGums(AllocationStatus status, RequestSpec.RequestSource source)
           
 java.util.Collection<StatusEntry> PeerUIManager.getGums(AllocationStatus allocationStatus, RequestSpec.RequestSource source)
           
 

Uses of AllocationStatus in org.ourgrid.peer.ui.gui
 

Constructors in org.ourgrid.peer.ui.gui with parameters of type AllocationStatus
GridTreeNode(AllocationStatus type)
           
 

Uses of AllocationStatus in org.ourgrid.test.functionaltests.busywait
 

Constructors in org.ourgrid.test.functionaltests.busywait with parameters of type AllocationStatus
PeerGumsInStateCondition(PeerUnit peerUnit, int numberOfGums, AllocationStatus allocationStatus)
           
 

Uses of AllocationStatus in org.ourgrid.test.functionalunits
 

Methods in org.ourgrid.test.functionalunits with parameters of type AllocationStatus
 java.util.Collection<StatusEntry> PeerUnit.gumsInState(AllocationStatus state)
          Verify what gums are in a certain state at this peer.