com.ibm.tws.objects.filter
Interface JobInPlanResourceUsageFilters


public interface JobInPlanResourceUsageFilters

This interface exposes names of parameters used in QueryFilter objects to filter on Jobs that depend on a specific resource. (These filters can be used only with a TWS for z/OS engine.)


Field Summary
static java.lang.String COPYRIGHT
          Copyright.
static java.lang.String JOBS_USING
          A BooleanValue value.
static java.lang.String JOBS_WAITING
          A BooleanValue value.
static java.lang.String RESOURCE_NAME
          A string representing Name of the resource for which we want to get the list of jobs waiting or using this resource.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.


RESOURCE_NAME

public static final java.lang.String RESOURCE_NAME
A string representing Name of the resource for which we want to get the list of jobs waiting or using this resource.

See Also:
Constant Field Values

JOBS_USING

public static final java.lang.String JOBS_USING
A BooleanValue value. Setting it to true, the query will return all thge jobs that are currently using the specified resource.

See Also:
BooleanValue, Constant Field Values

JOBS_WAITING

public static final java.lang.String JOBS_WAITING
A BooleanValue value. Setting it to true, the query will return all the jobs that are currently waiting for the specified resource. This filter is mutually exclusive with the JOBS_USING filter

See Also:
BooleanValue, Constant Field Values


Copyright © 2005 IBM All Rights Reserved.