com.ibm.retail.AEF.data
Interface WorkstationStatusProperties


public interface WorkstationStatusProperties

WorkstationStatusProperties contains the POSDataProvider property names for workstation attributes. These properties are communicated to client listeners through the WorkstationStatusListener interface. Individual property values for the current status are also accessible through the POSDataProvider interface.

See Also:
WorkstationStatusListener, getPropertyValue

Field Summary
static java.lang.String CATEGORY
          Category identifier
static java.lang.String MESSAGE_PENDING
          Message pending identifier
static java.lang.String NONSALES_TRANSACTION_IN_PROGRESS
          NonSales Transaction in progress identifier
static java.lang.String OFFLINE_MODE
          Offline mode identifier
static java.lang.String OPTIONS_LOADING_IN_PROGRESS
          Options Loading in Progress
static java.lang.String QUEUE_LOCKED
          Queue locked identifier
static java.lang.String REENTRY_OFFLINE_TRANSACTION
          Reentry of Offline Transaction identifier
static java.lang.String SALES_TRANSACTION_IN_PROGRESS
          Sales Transaction in progress identifier
static java.lang.String SIGNON_STATUS
          Signon Status, values=true,false,secureMode
static java.lang.String TERMINAL_DISABLED
          Terminal is disabled/enabled
static java.lang.String TERMINAL_NUMBER
          Register Number identifier
static java.lang.String TERMINAL_STATUS
          Current workstation status event identifier
static java.lang.String TRAINING_MODE
          Training mode identifier
static java.lang.String TRANSACTION_IN_PROGRESS
          Transaction in progress identifier
static java.lang.String TRANSACTION_NUMBER
          Transaction Number identifier
static java.lang.String UNIT_OF_WORK
          Unit of Work Marker
 

Field Detail

CATEGORY

public static final java.lang.String CATEGORY
Category identifier

See Also:
Constant Field Values

TERMINAL_STATUS

public static final java.lang.String TERMINAL_STATUS
Current workstation status event identifier

See Also:
Constant Field Values

TERMINAL_NUMBER

public static final java.lang.String TERMINAL_NUMBER
Register Number identifier

See Also:
Constant Field Values

TRANSACTION_NUMBER

public static final java.lang.String TRANSACTION_NUMBER
Transaction Number identifier

See Also:
Constant Field Values

SALES_TRANSACTION_IN_PROGRESS

public static final java.lang.String SALES_TRANSACTION_IN_PROGRESS
Sales Transaction in progress identifier

See Also:
Constant Field Values

NONSALES_TRANSACTION_IN_PROGRESS

public static final java.lang.String NONSALES_TRANSACTION_IN_PROGRESS
NonSales Transaction in progress identifier

See Also:
Constant Field Values

TRANSACTION_IN_PROGRESS

public static final java.lang.String TRANSACTION_IN_PROGRESS
Transaction in progress identifier

See Also:
Constant Field Values

REENTRY_OFFLINE_TRANSACTION

public static final java.lang.String REENTRY_OFFLINE_TRANSACTION
Reentry of Offline Transaction identifier

See Also:
Constant Field Values

TRAINING_MODE

public static final java.lang.String TRAINING_MODE
Training mode identifier

See Also:
Constant Field Values

OFFLINE_MODE

public static final java.lang.String OFFLINE_MODE
Offline mode identifier

See Also:
Constant Field Values

MESSAGE_PENDING

public static final java.lang.String MESSAGE_PENDING
Message pending identifier

See Also:
Constant Field Values

QUEUE_LOCKED

public static final java.lang.String QUEUE_LOCKED
Queue locked identifier

See Also:
Constant Field Values

UNIT_OF_WORK

public static final java.lang.String UNIT_OF_WORK
Unit of Work Marker

See Also:
Constant Field Values

OPTIONS_LOADING_IN_PROGRESS

public static final java.lang.String OPTIONS_LOADING_IN_PROGRESS
Options Loading in Progress

See Also:
Constant Field Values

SIGNON_STATUS

public static final java.lang.String SIGNON_STATUS
Signon Status, values=true,false,secureMode

See Also:
Constant Field Values

TERMINAL_DISABLED

public static final java.lang.String TERMINAL_DISABLED
Terminal is disabled/enabled

See Also:
Constant Field Values


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004