org.gridbus.broker.constants
Class JobType

java.lang.Object
  extended by org.gridbus.broker.constants.JobType

public final class JobType
extends java.lang.Object

Author:
Hussein

Field Summary
static int GROUPED
          Grouped job type
static int PARAM_SWEEP
          Parameter sweep job type
static int SCS_GETOBSRV
           
static int TYPE_ANY
          Any job type
static int USER
          User job type (jobs are this type by default)
 
Constructor Summary
JobType()
           
 
Method Summary
static int intValue(java.lang.String type)
           
static java.lang.String stringValue(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER

public static final int USER
User job type (jobs are this type by default)

See Also:
Constant Field Values

PARAM_SWEEP

public static final int PARAM_SWEEP
Parameter sweep job type

See Also:
Constant Field Values

GROUPED

public static final int GROUPED
Grouped job type

See Also:
Constant Field Values

TYPE_ANY

public static final int TYPE_ANY
Any job type

See Also:
Constant Field Values

SCS_GETOBSRV

public static final int SCS_GETOBSRV
See Also:
Constant Field Values
Constructor Detail

JobType

public JobType()
Method Detail

intValue

public static int intValue(java.lang.String type)
Parameters:
type -
Returns:

stringValue

public static java.lang.String stringValue(int type)
Parameters:
type -
Returns:

Copyright © The University of Melbourne. 2006