org.jdiameter.api.cca.events
Interface JCreditControlRequest

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

public interface JCreditControlRequest
extends AppRequestEvent

JCreditControlRequest.java
Super project: mobicents
3:46:49 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 getRequestedActionAVPValue()
           
 int getRequestTypeAVPValue()
           
 boolean isRequestedActionAVPPresent()
           
 boolean isRequestTypeAVPPresent()
           
 
Methods inherited from interface org.jdiameter.api.app.AppRequestEvent
getDestinationHost, getDestinationRealm
 
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

isRequestedActionAVPPresent

boolean isRequestedActionAVPPresent()

getRequestedActionAVPValue

int getRequestedActionAVPValue()

isRequestTypeAVPPresent

boolean isRequestTypeAVPPresent()

getRequestTypeAVPValue

int getRequestTypeAVPValue()


Copyright © 2009. All Rights Reserved.