|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.gridmachine.services.DefaultGumServicesBuilder
public class DefaultGumServicesBuilder
This class defines a kind of GuMServicesBuilder able of creating and
validating GuMSpecs of the following types: user_agent, grid_script,
ua_gateway, fake_gum.
Constructor Summary | |
---|---|
DefaultGumServicesBuilder(GumSpec spec)
Constructor. |
Method Summary | |
---|---|
GumCreator |
getGumCreator()
Gets an specific GuMCreator according to the GuMSpec passed as parameter to the constructor. |
GumSpecValidator |
getGumSpecValidator()
Gets the GuMSpecValidator according to the GuMSpec passed as parameter to the constructor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultGumServicesBuilder(GumSpec spec) throws GumSpecificationException
spec
- a given GuMSpec.
GumSpecificationException
- if it is not possible to create a
GuMCreator or a GuMSpecValidator for a GuMSpec.Method Detail |
---|
public GumCreator getGumCreator()
getGumCreator
in interface GumServicesBuilder
public GumSpecValidator getGumSpecValidator()
getGumSpecValidator
in interface GumServicesBuilder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |