Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui
Interface IQSYSRemoteJobTypes


public interface IQSYSRemoteJobTypes

Remote type and subtypes for Jobs. These can be used when registering property pages against remote ISeries objects.


Field Summary
static String Copyright
           
static String SUBTYPE_JOB_ACTIVE
          Status: active: "*ACTIVE"
static String SUBTYPE_JOB_JOBQ
          Status: job queue: "*JOBQ"
static String SUBTYPE_JOB_OUTQ
          Status: Output queue: "*OUTQ"
static String TYPE_JOB
          A job object: "JOB"
static String TYPECATEGORY_JOBS
          All job objects are of type category "JOBS"
 

Field Detail

Copyright

static final String Copyright
See Also:
Constant Field Values

TYPECATEGORY_JOBS

static final String TYPECATEGORY_JOBS
All job objects are of type category "JOBS"

See Also:
Constant Field Values

TYPE_JOB

static final String TYPE_JOB
A job object: "JOB"

See Also:
Constant Field Values

SUBTYPE_JOB_OUTQ

static final String SUBTYPE_JOB_OUTQ
Status: Output queue: "*OUTQ"

See Also:
Constant Field Values

SUBTYPE_JOB_JOBQ

static final String SUBTYPE_JOB_JOBQ
Status: job queue: "*JOBQ"

See Also:
Constant Field Values

SUBTYPE_JOB_ACTIVE

static final String SUBTYPE_JOB_ACTIVE
Status: active: "*ACTIVE"

See Also:
Constant Field Values

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.