Uses of Class
edu.isi.pegasus.planner.catalog.site.classes.GridGateway.TYPE

Packages that use GridGateway.TYPE
edu.isi.pegasus.planner.catalog.site.classes   
 

Uses of GridGateway.TYPE in edu.isi.pegasus.planner.catalog.site.classes
 

Fields in edu.isi.pegasus.planner.catalog.site.classes declared as GridGateway.TYPE
private  GridGateway.TYPE GridGateway.mType
          The grid type associated with this instance.
 

Methods in edu.isi.pegasus.planner.catalog.site.classes that return GridGateway.TYPE
 GridGateway.TYPE GridGateway.getType()
          Returns the type of jobs that run via this grid gateway.
static GridGateway.TYPE GridGateway.TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GridGateway.TYPE[] GridGateway.TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type GridGateway.TYPE
 void GridGateway.setType(GridGateway.TYPE type)
          Sets the type of grid gateway.
 

Constructors in edu.isi.pegasus.planner.catalog.site.classes with parameters of type GridGateway.TYPE
GridGateway(GridGateway.TYPE type, String contact, GridGateway.SCHEDULER_TYPE scheduler)
          The overloaded constructor.
 



Copyright © 2011 The University of Southern California. All Rights Reserved.