Uses of Interface
org.ourgrid.gridmachine.services.creators.GumCreator

Packages that use GumCreator
org.ourgrid.gridmachine.services   
org.ourgrid.gridmachine.services.creators   
 

Uses of GumCreator in org.ourgrid.gridmachine.services
 

Methods in org.ourgrid.gridmachine.services that return GumCreator
 GumCreator GumServicesBuilder.getGumCreator()
          Gets an object responsible for creating certain kinds of gums.
 GumCreator DefaultGumServicesBuilder.getGumCreator()
          Gets an specific GuMCreator according to the GuMSpec passed as parameter to the constructor.
 

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

Classes in org.ourgrid.gridmachine.services.creators that implement GumCreator
 class FakeGumCreator
          A GuMCreator that creates FakeGridMachineClients.
 class UserAgentClientCreator
          This class creates a instance of UserAgentClient through of a GuMSpec.