Uses of Class
org.ourgrid.common.exception.RequestAlreadyExistsException

Packages that use RequestAlreadyExistsException
org.ourgrid.common.gump   
org.ourgrid.peer.community.nof   
org.ourgrid.peer.manager   
org.ourgrid.peer.manager.request   
 

Uses of RequestAlreadyExistsException in org.ourgrid.common.gump
 

Methods in org.ourgrid.common.gump that throw RequestAlreadyExistsException
 void Gump.requestGums(RequestSpec requestSpec)
          Requests grid machines according to the specification contained in a RequestSpec.
 void FakeEBGump.requestGums(RequestSpec requestSpec)
           
 void EBGump.requestGums(RequestSpec requestSpec)
           
 void BrokerAccessImpl.requestGums(RequestSpec requestSpec)
           
 void BindableMockGumpWrapper.requestGums(RequestSpec requestSpec)
           
 void FakeEBGump.setExpectedRequestGums(int expected)
           
 

Uses of RequestAlreadyExistsException in org.ourgrid.peer.community.nof
 

Methods in org.ourgrid.peer.community.nof that throw RequestAlreadyExistsException
 void ArbitratorTest.testChooseRequestWhereAllHaveTheSameRanking()
           
 

Uses of RequestAlreadyExistsException in org.ourgrid.peer.manager
 

Methods in org.ourgrid.peer.manager that throw RequestAlreadyExistsException
 void EBPeerManager.requestGums(RequestSpec requestSpec)
           
 void EBPeerManagerTest.testConsumerIsDead()
           
 void EBPeerManagerTest.testConsumerIsDead3()
           
 void EBPeerManagerTest.testConsumerIsDeadWithRemoteGum()
           
 void EBPeerManagerTest.testDisposeOfForCommunityGuMs()
          Verifies if the disposed community gums are been distributed correctly.
 void EBPeerManagerTest.testDisposeOfForLocalGuMs()
          Verifies if the disposed local gums are been distributed correctly.
 void EBPeerManagerTest.testDisposeOfForNonExistentRequestID()
          Verifies if the disposeOf() method for a non existent requestID is working correctly.
 void EBPeerManagerTest.testFinishRequest()
           
 void EBPeerManagerTest.testGumsAreAllocatedAfterRequestExists()
           
 void EBPeerManagerTest.testGumWasLost()
          Verifies the lostGuM() method called by local and community requests tries to provide another gums.
 void EBPeerManagerTest.testGumWasLost2()
           
 void EBPeerManagerTest.testHereIsGuMForCommunityGuMs()
          Verifies if the hereIsGuM() called by community is working correctly.
 void EBPeerManagerTest.testHereIsGuMForCommunityGuMsWhenRequestDoesntExistOrFulfilled()
          Verifies if the hereIsGuM() is working correctly when the request is already fulfilled or doesn't exist.
 void EBPeerManagerTest.testHereIsGuMForLocalGuMs()
          Verifies if the hereIsGuM() called by EBLocalGuMPFacade when there is more requests is working correctly.
 void EBPeerManagerTest.testLocalGumIsDeadAndUnwantedGum()
           
 void EBPeerManagerTest.testOverloadWannaGuMsHereIsGuM()
          Verifies the wannaGuMs() and hereIsGuM() methods overloaded.
 void EBPeerManagerTest.testPauseResume1()
           
 void EBPeerManagerTest.testPauseResume2()
           
 void EBPeerManagerTest.testRedistributeGums1()
          The redistributeGuMsByConsumer() test.
 void EBPeerManagerTest.testRedistributeGums2()
          The redistributeGuMsByConsumer() atest.
 void EBPeerManagerTest.testRedistributeGums3()
          The redistributeGuMsByConsumer() atest.
 void EBPeerManagerTest.testRedistributeGums4()
           
 void EBPeerManagerTest.testRedistributeGums5()
           
 void EBPeerManagerTest.testRemoteUnwantedGum()
           
 void EBPeerManagerTest.testUnwantedGumsAreNotAllocated()
           
 void EBPeerManagerTest.testUnwantedGumsWithDifferentRequest()
           
 void EBPeerManagerTest.testWannaGuMs1()
          Tests the basic functions os wannaGuMs() method.
 void EBPeerManagerTest.testWannaGuMs2()
          Tests if the wannaGuMs() method is delivering the correct number of GuMs.
 void EBPeerManagerTest.testWannaGuMs3()
          Tests the preemption.
 void EBPeerManagerTest.testWannaGuMs4()
          This test verifies if the gums are been deallocated correctly.
 

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

Methods in org.ourgrid.peer.manager.request that throw RequestAlreadyExistsException
 RequestEntry RequestManager.createRequestEntry(RequestSpec requestSpec)
          Creates and stores a request.