|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gridbus.broker.farming.common.CommonObjects
This class stores and retrieves the common objects in the broker such as datafiles, datahosts tables etc...
| 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 |
public CommonObjects()
| Method Detail |
public static java.lang.Object getObject(java.lang.String key)
key -
public static void setObject(java.lang.String key,
java.lang.Object val)
key - val -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||