com.avaya.jtapi.tsapi
Class LucentChargeError

java.lang.Object
  extended bycom.avaya.jtapi.tsapi.ASN1
      extended bycom.avaya.jtapi.tsapi.ASNEnumerated
          extended bycom.avaya.jtapi.tsapi.LucentChargeError

public class LucentChargeError
extends com.avaya.jtapi.tsapi.ASNEnumerated

This class defines constants used with the LucentChargeAdviceEvent.getChargeError() method.

See Also:
LucentChargeAdviceEvent

Field Summary
static short CE_CHARGE_TOO_LARGE
          Charge provide by the network is too large
static short CE_LESS_FINAL_CHARGE
          Final charge provide by the network is less than a previous charge
static short CE_NETWORK_BUSY
          Too many calls are waiting for their final charge from the network
static short CE_NO_FINAL_CHARGE
          Network failed to provide a final charge for the call
static short CE_NONE
          No error
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CE_NONE

public static final short CE_NONE
No error

See Also:
Constant Field Values

CE_NO_FINAL_CHARGE

public static final short CE_NO_FINAL_CHARGE
Network failed to provide a final charge for the call

See Also:
Constant Field Values

CE_LESS_FINAL_CHARGE

public static final short CE_LESS_FINAL_CHARGE
Final charge provide by the network is less than a previous charge

See Also:
Constant Field Values

CE_CHARGE_TOO_LARGE

public static final short CE_CHARGE_TOO_LARGE
Charge provide by the network is too large

See Also:
Constant Field Values

CE_NETWORK_BUSY

public static final short CE_NETWORK_BUSY
Too many calls are waiting for their final charge from the network

See Also:
Constant Field Values


Copyright © 2005 Avaya All Rights Reserved.