HOME

com.ireasoning.protocol.tl1
Interface TL1CompletionCode


public interface TL1CompletionCode

This class is a collection of TL1 completion codes.


Field Summary
static java.lang.String COMPLD
          Represents "COMPLD" (Completed) completion code
static java.lang.String DELAY
          Represents "DELAY" (Delayed) completion code
static java.lang.String DENY
          Represents "DENY" (Request denied) completion code
static java.lang.String PRTL
          Represents "PRTL" (Partially Completed) completion code
static java.lang.String RTRV
          Represents "RTRV" (Retrieved) completion code
 

Field Detail

COMPLD

static final java.lang.String COMPLD
Represents "COMPLD" (Completed) completion code

See Also:
Constant Field Values

DENY

static final java.lang.String DENY
Represents "DENY" (Request denied) completion code

See Also:
Constant Field Values

PRTL

static final java.lang.String PRTL
Represents "PRTL" (Partially Completed) completion code

See Also:
Constant Field Values

DELAY

static final java.lang.String DELAY
Represents "DELAY" (Delayed) completion code

See Also:
Constant Field Values

RTRV

static final java.lang.String RTRV
Represents "RTRV" (Retrieved) completion code

See Also:
Constant Field Values

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.