org.jdiameter.api.cca.events
Interface JCreditControlAnswer

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

public interface JCreditControlAnswer
extends AppAnswerEvent

JCreditControlAnswer.java
Super project: mobicents
3:45:53 PM Dec 2, 2008

Author:
Bartosz Baranowski , Alexandre Mendonca , Erick Svenson

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 © 2009. All Rights Reserved.