org.gridbus.broker.farming.common
Class CommonObjects

java.lang.Object
  extended byorg.gridbus.broker.farming.common.CommonObjects

public class CommonObjects
extends java.lang.Object

This class stores and retrieves the common objects in the broker such as datafiles, datahosts tables etc...

Author:
Srikumar (srikumar@cs.mu.oz.au)

Constructor Summary
CommonObjects()
          Default Constructor
 
Method Summary
static java.lang.Object getObject(java.lang.String key)
          Returns an object previously stored with the key
static void setObject(java.lang.String key, java.lang.Object val)
          Stores and object with a specific key
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonObjects

public CommonObjects()
Default Constructor

Method Detail

getObject

public static java.lang.Object getObject(java.lang.String key)
Returns an object previously stored with the key

Parameters:
key -
Returns:
object with the specified key

setObject

public static void setObject(java.lang.String key,
                             java.lang.Object val)
Stores and object with a specific key

Parameters:
key -
val -