|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.gridbus.broker.xgrl.ComputeProcessor
This class has methods to parse resources from the xml file which specifies the resource-description
| Constructor Summary | |
ComputeProcessor()
Default constructor |
|
ComputeProcessor(org.dom4j.Element resourceElement)
Sets up the ComputeProcessor class with the element object passed in |
|
| Method Summary | |
java.lang.Object |
extractCompute()
Returns an Object representing a ComputeServer. |
ComputeServer |
processAlchemi(org.dom4j.Element alchemiElement)
Returns a AlchemiComputeServer (representing a Alchemi manager) |
ComputeServer |
processGlobus(org.dom4j.Element globusElement)
Returns a collection containing a GlobusComputeServer |
ComputeServer |
processLocal(org.dom4j.Element computeElement)
Returns a ComputeServer representing the jobmanager on the localhost |
java.util.Collection |
processQueue(org.dom4j.Element middlewareElement)
Returns a collection of queues. |
ComputeServer |
processRemote(org.dom4j.Element computeElement)
Returns a ComputeServer |
UnicoreGateway |
processUnicore(org.dom4j.Element unicoreElement)
Returns an object representing the Unicore gateway |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ComputeProcessor()
public ComputeProcessor(org.dom4j.Element resourceElement)
resourceElement - | Method Detail |
public java.lang.Object extractCompute()
public ComputeServer processLocal(org.dom4j.Element computeElement)
computeElement -
public ComputeServer processRemote(org.dom4j.Element computeElement)
computeElement -
public ComputeServer processGlobus(org.dom4j.Element globusElement)
throws GridBrokerException
globusElement -
GridBrokerExceptionpublic java.util.Collection processQueue(org.dom4j.Element middlewareElement)
middlewareElement -
public UnicoreGateway processUnicore(org.dom4j.Element unicoreElement)
throws GridBrokerException
unicoreElement -
GridBrokerException
public ComputeServer processAlchemi(org.dom4j.Element alchemiElement)
throws GridBrokerException
alchemiElement -
GridBrokerException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||