Uses of Interface
org.ourgrid.common.gum.Gum

Packages that use Gum
org.ourgrid.common.gum   
org.ourgrid.gridmachine.services   
org.ourgrid.gridmachine.services.creators   
org.ourgrid.gridmachine.useragent   
org.ourgrid.gridmachine.useragent.fd   
org.ourgrid.gridmachine.useragent.test   
org.ourgrid.mygrid.scheduler.gridmanager   
org.ourgrid.mygrid.scheduler.test   
org.ourgrid.peer.ebgum   
org.ourgrid.peer.manager.gummanager.events   
 

Uses of Gum in org.ourgrid.common.gum
 

Methods in org.ourgrid.common.gum that return Gum
 Gum FakeGumClient.getUAServer()
           
 

Uses of Gum in org.ourgrid.gridmachine.services
 

Methods in org.ourgrid.gridmachine.services that return Gum
static Gum GumSpecServices.createGum(GumSpec gumSpec)
          Creates a GuM according to the GuMSpec passed as the constructor parameter.
 

Uses of Gum in org.ourgrid.gridmachine.services.creators
 

Methods in org.ourgrid.gridmachine.services.creators that return Gum
 Gum UserAgentClientCreator.createGuM(GumSpec gumSpec)
           
 Gum GumCreator.createGuM(GumSpec gumSpec)
          Creates a GridMachine according to a given GuM specification.
 Gum FakeGumCreator.createGuM(GumSpec gumSpec)
          GuMCreator responsible for creating FakeGuMs from a GuMSpec.
 

Uses of Gum in org.ourgrid.gridmachine.useragent
 

Classes in org.ourgrid.gridmachine.useragent that implement Gum
 class UserAgentServerImpl
           
 

Fields in org.ourgrid.gridmachine.useragent declared as Gum
protected  Gum UserAgentClient.ua
          A reference to the grid machine.
 

Methods in org.ourgrid.gridmachine.useragent that return Gum
 Gum UserAgentClient.getUAServer()
           
 

Constructors in org.ourgrid.gridmachine.useragent with parameters of type Gum
ShutdownManagerImpl(Gum gum)
           
UserAgentClient(Gum gum, GumSpec gumSpec)
          Default constructor.
 

Uses of Gum in org.ourgrid.gridmachine.useragent.fd
 

Constructors in org.ourgrid.gridmachine.useragent.fd with parameters of type Gum
UserAgentFailureDetector(Gum userAgent)
           
UserAgentFailureDetector(int queryFrequency, Gum userAgent)
           
 

Uses of Gum in org.ourgrid.gridmachine.useragent.test
 

Classes in org.ourgrid.gridmachine.useragent.test that implement Gum
 class FakeUserAgentServer
          A FakeUserAgentServer for UserAgentClient's unit tests.
 

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

Methods in org.ourgrid.mygrid.scheduler.gridmanager that return Gum
 Gum GumResponseEntry.getGum()
           
 

Constructors in org.ourgrid.mygrid.scheduler.gridmanager with parameters of type Gum
GumResponseEntry(Gum gum, GumSpec spec, long requestid, ObjectID providerObjectID)
          Default constructor.
 

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

Constructors in org.ourgrid.mygrid.scheduler.test with parameters of type Gum
SleeperFakeUserAgentClient(Gum gum, GumSpec gumSpec)
           
 

Uses of Gum in org.ourgrid.peer.ebgum
 

Classes in org.ourgrid.peer.ebgum that implement Gum
 class GumProxy
          It will be the remote object to be contacted by GumClient.
 

Fields in org.ourgrid.peer.ebgum declared as Gum
protected  Gum EBGumImpl.gum
          The GridMachine to which the methods will be forwarded.
 

Methods in org.ourgrid.peer.ebgum with parameters of type Gum
static EBGumFacade EBGumCreator.createGuM(Gum gum, GumSpec gumSpec)
           
 

Constructors in org.ourgrid.peer.ebgum with parameters of type Gum
EBGumImpl(Gum gum, GumSpec gumSpec)
           
 

Uses of Gum in org.ourgrid.peer.manager.gummanager.events
 

Constructors in org.ourgrid.peer.manager.gummanager.events with parameters of type Gum
GumGetResultResponseEvent(Gum gum, ExecutorHandle handle)