com.ibm.dse.services.wosa
Class WOSAPrt

java.lang.Object
  |
  +--com.ibm.dse.services.wosa.WOSAPrt

public class WOSAPrt
extends java.lang.Object

The WOSAPrt class provides the WOSA Printer API constants.


Field Summary
static int WFS_CMD_PTR_CONTROL_MEDIA
           
static int WFS_CMD_PTR_MEDIA_EXTENTS
           
static int WFS_CMD_PTR_PRINT_FORM
           
static int WFS_CMD_PTR_RAW_DATA
           
static int WFS_CMD_PTR_READ_FORM
           
static int WFS_CMD_PTR_READ_IMAGE
           
static int WFS_CMD_PTR_RESET_COUNT
           
static int WFS_EXEE_PTR_FIELDERROR
           
static int WFS_EXEE_PTR_FIELDWARNING
           
static int WFS_EXEE_PTR_MEDIAINSERTED
           
static int WFS_EXEE_PTR_NOMEDIA
           
static int WFS_INF_PTR_CAPABILITIES
           
static int WFS_INF_PTR_FORM_LIST
           
static int WFS_INF_PTR_MEDIA_LIST
           
static int WFS_INF_PTR_QUERY_FIELD
           
static int WFS_INF_PTR_QUERY_FORM
           
static int WFS_INF_PTR_QUERY_MEDIA
           
static int WFS_INF_PTR_STATUS
           
static int WFS_SRVE_PTR_MEDIAINSERTED
           
static int WFS_SRVE_PTR_MEDIATAKEN
           
static int WFS_USRE_PTR_PAPERTHRESHOLD
           
static int WFS_USRE_PTR_RETRACTBINTHRESHOLD
           
static int WFS_USRE_PTR_TONERTHRESHOLD
           
 
Constructor Summary
WOSAPrt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WFS_INF_PTR_STATUS

public static final int WFS_INF_PTR_STATUS

WFS_INF_PTR_CAPABILITIES

public static final int WFS_INF_PTR_CAPABILITIES

WFS_INF_PTR_FORM_LIST

public static final int WFS_INF_PTR_FORM_LIST

WFS_INF_PTR_MEDIA_LIST

public static final int WFS_INF_PTR_MEDIA_LIST

WFS_INF_PTR_QUERY_FORM

public static final int WFS_INF_PTR_QUERY_FORM

WFS_INF_PTR_QUERY_MEDIA

public static final int WFS_INF_PTR_QUERY_MEDIA

WFS_INF_PTR_QUERY_FIELD

public static final int WFS_INF_PTR_QUERY_FIELD

WFS_CMD_PTR_CONTROL_MEDIA

public static final int WFS_CMD_PTR_CONTROL_MEDIA

WFS_CMD_PTR_PRINT_FORM

public static final int WFS_CMD_PTR_PRINT_FORM

WFS_CMD_PTR_READ_FORM

public static final int WFS_CMD_PTR_READ_FORM

WFS_CMD_PTR_RAW_DATA

public static final int WFS_CMD_PTR_RAW_DATA

WFS_CMD_PTR_MEDIA_EXTENTS

public static final int WFS_CMD_PTR_MEDIA_EXTENTS

WFS_CMD_PTR_RESET_COUNT

public static final int WFS_CMD_PTR_RESET_COUNT

WFS_CMD_PTR_READ_IMAGE

public static final int WFS_CMD_PTR_READ_IMAGE

WFS_EXEE_PTR_NOMEDIA

public static final int WFS_EXEE_PTR_NOMEDIA

WFS_EXEE_PTR_MEDIAINSERTED

public static final int WFS_EXEE_PTR_MEDIAINSERTED

WFS_EXEE_PTR_FIELDERROR

public static final int WFS_EXEE_PTR_FIELDERROR

WFS_EXEE_PTR_FIELDWARNING

public static final int WFS_EXEE_PTR_FIELDWARNING

WFS_USRE_PTR_RETRACTBINTHRESHOLD

public static final int WFS_USRE_PTR_RETRACTBINTHRESHOLD

WFS_SRVE_PTR_MEDIATAKEN

public static final int WFS_SRVE_PTR_MEDIATAKEN

WFS_USRE_PTR_PAPERTHRESHOLD

public static final int WFS_USRE_PTR_PAPERTHRESHOLD

WFS_USRE_PTR_TONERTHRESHOLD

public static final int WFS_USRE_PTR_TONERTHRESHOLD

WFS_SRVE_PTR_MEDIAINSERTED

public static final int WFS_SRVE_PTR_MEDIAINSERTED
Constructor Detail

WOSAPrt

public WOSAPrt()