Uses of Interface
org.ourgrid.common.gump.GumpClient

Packages that use GumpClient
org.ourgrid.common.gump   
org.ourgrid.common.spec   
org.ourgrid.mygrid.scheduler   
org.ourgrid.mygrid.scheduler.gridmanager   
org.ourgrid.mygrid.scheduler.gump   
org.ourgrid.peer.community   
org.ourgrid.peer.manager   
org.ourgrid.peer.manager.request   
 

Uses of GumpClient in org.ourgrid.common.gump
 

Classes in org.ourgrid.common.gump that implement GumpClient
 class BindableMockGumpClientWrapper
          Used in tests to allow that a mock GumpClient can be exported as a RMI object.
 class RemoteFakeGumpClient
           
 

Constructors in org.ourgrid.common.gump with parameters of type GumpClient
BindableMockGumpClientWrapper(GumpClient gumpClient)
          Default constructor
 

Uses of GumpClient in org.ourgrid.common.spec
 

Methods in org.ourgrid.common.spec that return GumpClient
 GumpClient RequestSpec.getGumpClient()
           
 

Constructors in org.ourgrid.common.spec with parameters of type GumpClient
RequestSpec(long requestID, java.lang.String requirements, int maxNumberOfGums, GumpClient gumpClient)
          Default constructor.
 

Uses of GumpClient in org.ourgrid.mygrid.scheduler
 

Methods in org.ourgrid.mygrid.scheduler that return GumpClient
 GumpClient FakeEBSchedulerFacade.getGumpClient()
           
 

Methods in org.ourgrid.mygrid.scheduler with parameters of type GumpClient
protected  SchedulerEventEngine FakeEBSchedulerFacade.createSchedulerEventEngine(Scheduler scheduler, GumpManager gumpManager, GumpClient gumpClient, EBReplicaExecutorFacade ebReplicaExecutorFacade)
           
protected  SchedulerEventEngine EBSchedulerFacade.createSchedulerEventEngine(Scheduler scheduler, GumpManager gumpManager, GumpClient gumpClient, EBReplicaExecutorFacade ebReplicaExecutorFacade)
           
 

Constructors in org.ourgrid.mygrid.scheduler with parameters of type GumpClient
FakeSchedulerEventEngine(Scheduler scheduler, GumpManager gumpManager, GumpClient gridMachineConsumer, EBReplicaExecutorFacade ebReplicaExecutorFacade, EBSchedulerFacade ebSchedulerFacade)
           
SchedulerEventEngine(Scheduler scheduler, GumpManager gumpManager, GumpClient gridMachineConsumer, EBReplicaExecutorFacade ebReplicaExecutorFacade, EBSchedulerFacade ebSchedulerFacade)
          The constructor.
 

Uses of GumpClient in org.ourgrid.mygrid.scheduler.gridmanager
 

Constructors in org.ourgrid.mygrid.scheduler.gridmanager with parameters of type GumpClient
EBGridManager(EBSchedulerFacade ebSchedulerFacade, GumpClient gumpClient)
           
 

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

Classes in org.ourgrid.mygrid.scheduler.gump that implement GumpClient
 class GumpClientImpl
          The GridMachineConsumer remote object responsible for receiving RMI calls and translating them to calls on the EBSchedulerFacade.
 

Uses of GumpClient in org.ourgrid.peer.community
 

Subinterfaces of GumpClient in org.ourgrid.peer.community
 interface RemoteAccess
          Description:Interface that marks an object as a OurGrid Peer.
 

Classes in org.ourgrid.peer.community that implement GumpClient
 class RemoteAccessImpl
           
 

Uses of GumpClient in org.ourgrid.peer.manager
 

Classes in org.ourgrid.peer.manager that implement GumpClient
 class FakeGumpClient
           
 

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

Methods in org.ourgrid.peer.manager.request that return GumpClient
 GumpClient RequestManager.getGumpClient(long requestID)
          Get the GumpClient of the given request id.
 

Methods in org.ourgrid.peer.manager.request that return types with arguments of type GumpClient
 java.util.Collection<GumpClient> RequestManager.getConsumers(RequestSpec.RequestSource source)
          Gets a Collection containing all consumers (local or remote)
 

Methods in org.ourgrid.peer.manager.request with parameters of type GumpClient
 java.util.Collection<GumID> RequestManager.getGums(GumpClient gumpClient)
           
 java.util.Collection<GumID> RequestManager.getGums(GumpClient gumpClient, AllocationEntry.GumSource source)
           
 java.util.Collection<RequestEntry> RequestManager.getRequests(GumpClient gumpClient)
          Recovers a Collection containing all GumpClient local RequestEntry