com.avaya.jtapi.tsapi
Class LucentChargeError

java.lang.Object
  extended by com.avaya.jtapi.tsapi.LucentChargeError

public class LucentChargeError
extends java.lang.Object

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
 
Constructor Summary
LucentChargeError()
           
 
Method Summary
 
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
Constructor Detail

LucentChargeError

public LucentChargeError()


Copyright © 2006 Avaya All Rights Reserved.