|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.gridmachine.services.GumSpecServices
public class GumSpecServices
This class is responsible for validating a given GuMSpec for creating a GuM
according to a GuMSpec.
Constructor Summary | |
---|---|
GumSpecServices()
|
Method Summary | |
---|---|
static Gum |
createGum(GumSpec gumSpec)
Creates a GuM according to the GuMSpec passed as the constructor parameter. |
static boolean |
isSpecValid(GumSpec spec)
Verifies if the GuMSpec used in the constructor is valid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GumSpecServices()
Method Detail |
---|
public static boolean isSpecValid(GumSpec spec)
GumSpecificationException
public static Gum createGum(GumSpec gumSpec) throws GumSpecificationException, java.net.MalformedURLException, java.rmi.RemoteException, java.rmi.NotBoundException
GumSpecificationException
- if the GuMSpec is not valid.
java.rmi.NotBoundException
java.rmi.RemoteException
java.net.MalformedURLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |