com.ibm.tws.objects.filter
Interface WorkstationFilters


public interface WorkstationFilters

This interface exposes names of parameters used in QueryFilter objects to filter on workstations.


Field Summary
static java.lang.String AUTOMATION
          The system automation filter.
static java.lang.String COPYRIGHT
          Copyright.
static java.lang.String DESTINATION
          The destination name filter.
static java.lang.String DOMAIN_NAME
          The domain name filter.
static java.lang.String HOST_WORKSTATION_NAME
          The host workstation name filter.
static java.lang.String IS_FAULT_TOLERANT
          The is fault tolerant filter.
static java.lang.String REPORTING_ATTRIBUTES_LIST
          The reporting attributes list filter.
static java.lang.String SUPPORTED_TASK_TYPE
          The is supported task type filter.
static java.lang.String WAIT
          The wait filter.
static java.lang.String WORKSTATION_ACCESS_METHOD
          The workstation access method filter.
static java.lang.String WORKSTATION_NAME
          The workstation name filter.
static java.lang.String WORKSTATION_TYPE
          The workstation type filter.
static java.lang.String WORKSTATION_TYPE_LIST
          The workstation type list filter.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.


WORKSTATION_NAME

public static final java.lang.String WORKSTATION_NAME
The workstation name filter. String parameter.

See Also:
Constant Field Values

WORKSTATION_TYPE

public static final java.lang.String WORKSTATION_TYPE
The workstation type filter. WorkstationType parameter.
(This filter can be used only with a TWS Distributed engine.)

See Also:
WorkstationType, Constant Field Values

WORKSTATION_ACCESS_METHOD

public static final java.lang.String WORKSTATION_ACCESS_METHOD
The workstation access method filter. String parameter.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

DOMAIN_NAME

public static final java.lang.String DOMAIN_NAME
The domain name filter.

See Also:
Constant Field Values

HOST_WORKSTATION_NAME

public static final java.lang.String HOST_WORKSTATION_NAME
The host workstation name filter. String parameter.
(This filter can be used only with a TWS Distributed engine.)

See Also:
Constant Field Values

WORKSTATION_TYPE_LIST

public static final java.lang.String WORKSTATION_TYPE_LIST
The workstation type list filter. List of WorkstationType parameter.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
List, WorkstationType, Constant Field Values

REPORTING_ATTRIBUTES_LIST

public static final java.lang.String REPORTING_ATTRIBUTES_LIST
The reporting attributes list filter. List of WorkstationReportingAttribute parameter.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
List, WorkstationReportingAttribute, Constant Field Values

DESTINATION

public static final java.lang.String DESTINATION
The destination name filter. String parameter.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
Constant Field Values

IS_FAULT_TOLERANT

public static final java.lang.String IS_FAULT_TOLERANT
The is fault tolerant filter. BooleanValue parameter.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
BooleanValue, Constant Field Values

SUPPORTED_TASK_TYPE

public static final java.lang.String SUPPORTED_TASK_TYPE
The is supported task type filter. String parameter.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
Constant Field Values

AUTOMATION

public static final java.lang.String AUTOMATION
The system automation filter. BooleanValue parameter.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
BooleanValue, Constant Field Values

WAIT

public static final java.lang.String WAIT
The wait filter. BooleanValue parameter.
(This filter can be used only with a TWS for z/OS engine.)

See Also:
BooleanValue, Constant Field Values


Copyright © 2005 IBM All Rights Reserved.