|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GridGateway | |
|---|---|
| edu.isi.pegasus.planner.catalog.site.classes | |
| Uses of GridGateway in edu.isi.pegasus.planner.catalog.site.classes |
|---|
| Fields in edu.isi.pegasus.planner.catalog.site.classes with type parameters of type GridGateway | |
|---|---|
private Map<GridGateway.JOB_TYPE,GridGateway> |
SiteCatalogEntry.mGridGateways
Map of grid gateways at the site for submitting different job types. |
| Methods in edu.isi.pegasus.planner.catalog.site.classes that return GridGateway | |
|---|---|
GridGateway |
SiteCatalogEntry.getGridGateway(GridGateway.JOB_TYPE type)
Returns a grid gateway object corresponding to a job type. |
GridGateway |
SiteCatalogEntry.selectGridGateway(GridGateway.JOB_TYPE type)
Selects a grid gateway object corresponding to a job type. |
| Methods in edu.isi.pegasus.planner.catalog.site.classes that return types with arguments of type GridGateway | |
|---|---|
Iterator<GridGateway> |
SiteCatalogEntry.getGridGatewayIterator()
Return an iterator to value set of the Map. |
| Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type GridGateway | |
|---|---|
void |
SiteCatalogEntry.addGridGateway(GridGateway g)
Add a GridGateway to the site. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||