|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.gridbus.broker.xgrl.StorageProcessor
This class has methods to parse resources from the xml file which specifies the resource-description
| Constructor Summary | |
StorageProcessor()
Default constructor |
|
StorageProcessor(org.dom4j.Element resourceElement)
Sets up the StorageProcessor class with the element object passed in |
|
| Method Summary | |
StorageServer |
extractStorage()
Returns a DataHost |
StorageServer |
processDatabase(org.dom4j.Element storageServerElement)
Returns a StorageServer that contains a database |
StorageServer |
processGeneric(org.dom4j.Element storageServerElement)
Returns a StorageServer |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StorageProcessor()
public StorageProcessor(org.dom4j.Element resourceElement)
resourceElement - | Method Detail |
public StorageServer extractStorage()
public StorageServer processGeneric(org.dom4j.Element storageServerElement)
throws GridBrokerException
storageServerElement -
GridBrokerException
public StorageServer processDatabase(org.dom4j.Element storageServerElement)
throws GridBrokerException
storageServerElement -
GridBrokerException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||