org.ourgrid.gridmachine.services.creators
Class FakeGumCreator

java.lang.Object
  extended by org.ourgrid.gridmachine.services.creators.FakeGumCreator
All Implemented Interfaces:
GumCreator

public class FakeGumCreator
extends java.lang.Object
implements GumCreator

A GuMCreator that creates FakeGridMachineClients.


Constructor Summary
FakeGumCreator()
           
 
Method Summary
 Gum createGuM(GumSpec gumSpec)
          GuMCreator responsible for creating FakeGuMs from a GuMSpec.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FakeGumCreator

public FakeGumCreator()
Method Detail

createGuM

public Gum createGuM(GumSpec gumSpec)
              throws java.rmi.RemoteException
GuMCreator responsible for creating FakeGuMs from a GuMSpec.

Specified by:
createGuM in interface GumCreator
Parameters:
gumSpec - The gum specification
Returns:
the created gum.
Throws:
java.rmi.RemoteException
See Also:
GumCreator.createGuM(GumSpec)