Uses of Class
edu.isi.pegasus.planner.catalog.site.classes.GridGateway.TYPE
-
Packages that use GridGateway.TYPE Package Description 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 Modifier and Type Field Description private GridGateway.TYPEGridGateway. mTypeThe grid type associated with this instance.Methods in edu.isi.pegasus.planner.catalog.site.classes that return GridGateway.TYPE Modifier and Type Method Description GridGateway.TYPEGridGateway. getType()Returns the type of this grid gateway.static GridGateway.TYPEGridGateway.TYPE. valueOf(java.lang.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 Modifier and Type Method Description voidGridGateway. 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 Constructor Description GridGateway(GridGateway.TYPE type, java.lang.String contact, GridGateway.SCHEDULER_TYPE scheduler)The overloaded constructor.
-