org.jdiameter.api.cca.events
Interface JCreditControlAnswer

All Superinterfaces:
AppAnswerEvent, AppEvent, java.io.Serializable

public interface JCreditControlAnswer
extends AppAnswerEvent

The Credit-Control-Answer message (CCA) is indicated by the command-code field being set to 272 and the 'R' bit being cleared in the Command Flags field. It is used between the credit-control server and the Diameter credit-control client to acknowledge a Credit-Control-Request command.

Author:
Bartosz Baranowski , Alexandre Mendonca

Field Summary
static java.lang.String _LONG_NAME
           
static java.lang.String _SHORT_NAME
           
static int code
           
 
Method Summary
 int getCredidControlFailureHandlingAVPValue()
           
 int getDirectDebitingFailureHandlingAVPValue()
           
 int getRequestTypeAVPValue()
           
 Avp getValidityTimeAvp()
           
 boolean isCreditControlFailureHandlingAVPPresent()
           
 boolean isDirectDebitingFailureHandlingAVPPresent()
           
 boolean isRequestTypeAVPPresent()
           
 
Methods inherited from interface org.jdiameter.api.app.AppAnswerEvent
getResultCodeAvp
 
Methods inherited from interface org.jdiameter.api.app.AppEvent
getCommandCode, getMessage, getOriginHost, getOriginRealm
 

Field Detail

_SHORT_NAME

static final java.lang.String _SHORT_NAME
See Also:
Constant Field Values

_LONG_NAME

static final java.lang.String _LONG_NAME
See Also:
Constant Field Values

code

static final int code
See Also:
Constant Field Values
Method Detail

isCreditControlFailureHandlingAVPPresent

boolean isCreditControlFailureHandlingAVPPresent()

getCredidControlFailureHandlingAVPValue

int getCredidControlFailureHandlingAVPValue()

isDirectDebitingFailureHandlingAVPPresent

boolean isDirectDebitingFailureHandlingAVPPresent()

getDirectDebitingFailureHandlingAVPValue

int getDirectDebitingFailureHandlingAVPValue()

isRequestTypeAVPPresent

boolean isRequestTypeAVPPresent()

getRequestTypeAVPValue

int getRequestTypeAVPValue()

getValidityTimeAvp

Avp getValidityTimeAvp()


Copyright © 2013. All Rights Reserved.