Uses of Class
edu.isi.pegasus.planner.catalog.site.classes.GridGateway
-
Packages that use GridGateway Package Description 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 Modifier and Type Field Description private java.util.Map<GridGateway.JOB_TYPE,GridGateway>SiteCatalogEntry. mGridGatewaysMap of grid gateways at the site for submitting different job types.private java.util.Map<GridGateway.JOB_TYPE,GridGateway>SiteCatalogEntry3. mGridGatewaysMap of grid gateways at the site for submitting different job types.Methods in edu.isi.pegasus.planner.catalog.site.classes that return GridGateway Modifier and Type Method Description GridGatewaySiteCatalogEntry. getGridGateway(GridGateway.JOB_TYPE type)Returns a grid gateway object corresponding to a job type.GridGatewaySiteCatalogEntry3. getGridGateway(GridGateway.JOB_TYPE type)Returns a grid gateway object corresponding to a job type.GridGatewaySiteCatalogEntry. selectGridGateway(GridGateway.JOB_TYPE type)Selects a grid gateway object corresponding to a job type.GridGatewaySiteCatalogEntry3. 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 Modifier and Type Method Description java.util.Iterator<GridGateway>SiteCatalogEntry. getGridGatewayIterator()Return an iterator to value set of the Map.java.util.Iterator<GridGateway>SiteCatalogEntry3. getGridGatewayIterator()Return an iterator to value set of the Map.Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type GridGateway Modifier and Type Method Description voidSiteCatalogEntry. addGridGateway(GridGateway g)Add a GridGateway to the site.voidSiteCatalogEntry3. addGridGateway(GridGateway g)Add a GridGateway to the site.voidSiteDataVisitor. depart(GridGateway entry)Depart the GridGateway objectvoidXML3PrintVisitor. depart(GridGateway entry)Depart the GridGateway objectvoidXML4PrintVisitor. depart(GridGateway entry)Depart the GridGateway objectvoidSiteDataVisitor. visit(GridGateway entry)Visit the GridGateway objectvoidXML3PrintVisitor. visit(GridGateway gateway)Visit the GridGateway objectvoidXML4PrintVisitor. visit(GridGateway gateway)Visit the GridGateway object
-