|
UNICORE Resource Broker Client Plugin 1.5α1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eurogrid.broker.client.BrokerResourceDAGMaker
Helper class that constructs a TaskResourceDAG
for an AbstractJob
TaskResourceDAG
Method Summary | |
TaskResourceDAG |
getDAG()
Returns the DAG being constructed |
HashMap |
getIDMap()
Returns the AAIdentifier to ExecuteTask map |
TaskResource |
getTaskResource(AbstractAction action)
gets the TaskResource for a particular task, constructing it if it's not already in the map |
void |
produceDAG(ActionGroup ag)
Produce a TaskResourceDAG (and ID Map) |
void |
setDAG(TaskResourceDAG thedag)
set the DAG which is built up - should be called before getTaskResource is invoked |
void |
setIDMap(HashMap themap)
set the AAIdentifier to the ExecuteTask map which is built up - should be called before getTaskResource is invoked |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public TaskResourceDAG getDAG()
public HashMap getIDMap()
public TaskResource getTaskResource(AbstractAction action)
public void produceDAG(ActionGroup ag)
ag
- An ActionGroup (maybe an AbstractJob)public void setDAG(TaskResourceDAG thedag)
thedag
- The DAG which will be built uppublic void setIDMap(HashMap themap)
themap
- The map which will be built up
|
UNICORE Resource Broker Client Plugin 1.5α1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |