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

Packages that use Gump
org.ourgrid.common.gump   
org.ourgrid.mygrid.scheduler   
org.ourgrid.mygrid.scheduler.gump   
org.ourgrid.mygrid.scheduler.test   
org.ourgrid.peer.community   
 

Uses of Gump in org.ourgrid.common.gump
 

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

Constructors in org.ourgrid.common.gump with parameters of type Gump
BindableMockGumpWrapper(Gump gump)
          Default constructor
 

Uses of Gump in org.ourgrid.mygrid.scheduler
 

Methods in org.ourgrid.mygrid.scheduler that return Gump
 Gump PeerEntry.getPeer()
          Gets the instance of the GridMachineProvider that corresponds to a given gumpSpec.
 

Methods in org.ourgrid.mygrid.scheduler that return types with arguments of type Gump
 java.util.Collection<Gump> JobRequestEntry.getPeers()
           
 

Methods in org.ourgrid.mygrid.scheduler with parameters of type Gump
 void JobRequestEntry.addPeer(Gump gump)
          Adds a new pair of Request (by id) and respective GuMP.
 

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

Methods in org.ourgrid.mygrid.scheduler.gump that return Gump
static Gump MyGridGumpSpecServices.getGump(PeerSpec gumpSpec)
          Obtains a GridMachineProvider from a URL where it should be published.
 

Uses of Gump in org.ourgrid.mygrid.scheduler.test
 

Classes in org.ourgrid.mygrid.scheduler.test that implement Gump
 class FakeGump
          Fake object.
 

Uses of Gump in org.ourgrid.peer.community
 

Subinterfaces of Gump 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 Gump
 class RemoteAccessImpl