org.gridbus.broker.util
Class GassServerUtil

java.lang.Object
  extended by org.gridbus.broker.util.GassServerUtil

public final class GassServerUtil
extends java.lang.Object

This class has utility methods for working with GASS Servers. It implements the Singleton pattern, since we need only one GassServer on the broker side to handle file movement requests etc.

Author:
Krishna Nadiminti, kna@cs.mu.oz.au, Hussein Gibbins, hag@cs.mu.oz.au

Field Summary
static int DEFAULT_PORT
          Default port for GASS_SERVERS started by the broker is 8999
 
Constructor Summary
GassServerUtil()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PORT

public static final int DEFAULT_PORT
Default port for GASS_SERVERS started by the broker is 8999

See Also:
Constant Field Values
Constructor Detail

GassServerUtil

public GassServerUtil()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args -
Throws:
java.lang.Exception

Copyright © The University of Melbourne. 2006