Package | Description |
---|---|
edu.isi.pegasus.planner.catalog.site.classes |
Modifier and Type | Field and Description |
---|---|
private GridGateway.TYPE |
GridGateway.mType
The grid type associated with this instance.
|
Modifier and Type | Method and Description |
---|---|
GridGateway.TYPE |
GridGateway.getType()
Returns the type of this grid gateway.
|
static GridGateway.TYPE |
GridGateway.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.
|
Modifier and Type | Method and Description |
---|---|
void |
GridGateway.setType(GridGateway.TYPE type)
Sets the type of grid gateway.
|
Constructor and Description |
---|
GridGateway(GridGateway.TYPE type,
java.lang.String contact,
GridGateway.SCHEDULER_TYPE scheduler)
The overloaded constructor.
|