Interface semper.transfer.OperationStates
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface semper.transfer.OperationStates

public interface OperationStates
extends Object
States of operations
Version:
$Revision: 1.2 $ $Date: 1996/05/23 17:33:24 $
Author:
Christian Thiel ([email protected]), Ferdinando Loiacono ([email protected])

Variable Index

 o OP_CS_ANY
 o OP_CS_NONE
 o OP_RS_CANCELED
 o OP_RS_CMERROR
 o OP_RS_CONTRCVD
 o OP_RS_ERROR
 o OP_RS_INITIATED
 o OP_RS_INQUIRY
 o OP_RS_PMERROR
 o OP_RS_SMERROR
 o OP_RS_TMERROR
 o OP_SS_CANCELED
 o OP_SS_CMERROR
 o OP_SS_ERROR
 o OP_SS_INITIATED
 o OP_SS_PMERROR
 o OP_SS_PROCESSED
 o OP_SS_SENT
 o OP_SS_SMERROR
 o OP_SS_STATUSRCVD
 o OP_SS_TMERROR

Variables

 o OP_CS_NONE
  public final static int OP_CS_NONE
 o OP_SS_INITIATED
  public final static int OP_SS_INITIATED
 o OP_SS_STATUSRCVD
  public final static int OP_SS_STATUSRCVD
 o OP_SS_PROCESSED
  public final static int OP_SS_PROCESSED
 o OP_SS_SENT
  public final static int OP_SS_SENT
 o OP_SS_TMERROR
  public final static int OP_SS_TMERROR
 o OP_SS_SMERROR
  public final static int OP_SS_SMERROR
 o OP_SS_PMERROR
  public final static int OP_SS_PMERROR
 o OP_SS_CMERROR
  public final static int OP_SS_CMERROR
 o OP_SS_CANCELED
  public final static int OP_SS_CANCELED
 o OP_SS_ERROR
  public final static int OP_SS_ERROR
 o OP_RS_INITIATED
  public final static int OP_RS_INITIATED
 o OP_RS_CONTRCVD
  public final static int OP_RS_CONTRCVD
 o OP_RS_INQUIRY
  public final static int OP_RS_INQUIRY
 o OP_RS_TMERROR
  public final static int OP_RS_TMERROR
 o OP_RS_SMERROR
  public final static int OP_RS_SMERROR
 o OP_RS_PMERROR
  public final static int OP_RS_PMERROR
 o OP_RS_CMERROR
  public final static int OP_RS_CMERROR
 o OP_RS_CANCELED
  public final static int OP_RS_CANCELED
 o OP_RS_ERROR
  public final static int OP_RS_ERROR
 o OP_CS_ANY
  public final static int OP_CS_ANY

All Packages  Class Hierarchy  This Package  Previous  Next  Index