|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.mygrid.scheduler.gump.MyGridGumpSpecServices
public class MyGridGumpSpecServices
This class is responsible for validating a given GumSpec or creating a GuM according to a GumSpec.
Field Summary | |
---|---|
static java.lang.String |
FAKE_GUMP
A constant used to identify a FakeGridMachineProvider . |
Constructor Summary | |
---|---|
MyGridGumpSpecServices()
|
Method Summary | |
---|---|
static Gump |
getGump(PeerSpec gumpSpec)
Obtains a GridMachineProvider from a URL where it should
be published. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String FAKE_GUMP
FakeGridMachineProvider
.
Constructor Detail |
---|
public MyGridGumpSpecServices()
Method Detail |
---|
public static Gump getGump(PeerSpec gumpSpec)
GridMachineProvider
from a URL where it should
be published. If it could not obtain a GridMachineProvider
,
returns null.
gumpSpec
- The PeerSpec
used to create a
GridMachineProvider.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |