Uses of Class
org.ourgrid.mygrid.scheduler.gridmanager.GumResponseEntry

Packages that use GumResponseEntry
org.ourgrid.common.gump   
org.ourgrid.mygrid.scheduler.gump   
org.ourgrid.peer.community   
org.ourgrid.peer.manager   
 

Uses of GumResponseEntry in org.ourgrid.common.gump
 

Methods in org.ourgrid.common.gump that return types with arguments of type GumResponseEntry
 java.util.List<GumResponseEntry> RemoteFakeGumpClient.getGumResponseList()
           
 

Methods in org.ourgrid.common.gump with parameters of type GumResponseEntry
 void GumpClientThreadManager.createAndExecuteDelivererThread(ObjectID gumClientID, GumResponseEntry gumResponseEntry)
          Creates a DelivererThread and arrange to be executed by a thread in the pool.
 void RemoteFakeGumpClient.hereIsGum(GumResponseEntry gumResponseEntry)
           
 void GumpClient.hereIsGum(GumResponseEntry gumResponseEntry)
           Delivers a grid machine (Gum) to this consumer.
 void BindableMockGumpClientWrapper.hereIsGum(GumResponseEntry gumResponseEntry)
           
 

Uses of GumResponseEntry in org.ourgrid.mygrid.scheduler.gump
 

Methods in org.ourgrid.mygrid.scheduler.gump with parameters of type GumResponseEntry
 void GumpClientImpl.hereIsGum(GumResponseEntry gumResponseEntry)
           
 

Uses of GumResponseEntry in org.ourgrid.peer.community
 

Methods in org.ourgrid.peer.community with parameters of type GumResponseEntry
 void RemoteAccessImpl.hereIsGum(GumResponseEntry gumResponseEntry)
           
 

Uses of GumResponseEntry in org.ourgrid.peer.manager
 

Methods in org.ourgrid.peer.manager with parameters of type GumResponseEntry
 void FakeGumpClient.hereIsGum(GumResponseEntry gumResponseEntry)