org.gridbus.broker.services.compute
Class ServerFactory

java.lang.Object
  extended by org.gridbus.broker.services.compute.ServerFactory

public final class ServerFactory
extends java.lang.Object

Author:
krishna, Xingchen Chu

Constructor Summary
ServerFactory()
           
 
Method Summary
static ComputeServer getComputeServer(int type, java.lang.String hostname)
          Creates an instance of a middle-ware specific computeserver, based on the specified "type"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerFactory

public ServerFactory()
Method Detail

getComputeServer

public static ComputeServer getComputeServer(int type,
                                             java.lang.String hostname)
Creates an instance of a middle-ware specific computeserver, based on the specified "type"

Parameters:
type -
hostname -
Returns:
ComputeServer object

Copyright © The University of Melbourne. 2006