org.ourgrid.gridmachine.services.creators
Class UserAgentClientCreator

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

public class UserAgentClientCreator
extends java.lang.Object
implements GumCreator

This class creates a instance of UserAgentClient through of a GuMSpec.


Constructor Summary
UserAgentClientCreator()
           
 
Method Summary
 Gum createGuM(GumSpec gumSpec)
          Creates a GridMachine according to a given GuM specification.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAgentClientCreator

public UserAgentClientCreator()
Method Detail

createGuM

public Gum createGuM(GumSpec gumSpec)
              throws java.net.MalformedURLException,
                     java.rmi.RemoteException,
                     java.rmi.NotBoundException
Description copied from interface: GumCreator
Creates a GridMachine according to a given GuM specification.

Specified by:
createGuM in interface GumCreator
Parameters:
gumSpec - The gum specification
Returns:
the created gum.
Throws:
java.rmi.NotBoundException
java.rmi.RemoteException
java.net.MalformedURLException
See Also:
GumCreator.createGuM(org.ourgrid.common.spec.GumSpec)