org.jdiameter.api.cca.events
Interface JCreditControlRequest
- All Superinterfaces:
- AppEvent, AppRequestEvent, java.io.Serializable
public interface JCreditControlRequest
- extends AppRequestEvent
The Credit-Control-Request message (CCR) is indicated by the command-code field being set to
272 and the 'R' bit being set in the Command Flags field. It is used between the Diameter
credit-control client and the credit-control server to request credit authorization for a given
service.
The Auth-Application-Id MUST be set to the value 4, indicating the Diameter credit-control
application.
- Author:
- Bartosz Baranowski , Alexandre Mendonca
_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
isRequestedActionAVPPresent
boolean isRequestedActionAVPPresent()
getRequestedActionAVPValue
int getRequestedActionAVPValue()
isRequestTypeAVPPresent
boolean isRequestTypeAVPPresent()
getRequestTypeAVPValue
int getRequestTypeAVPValue()
Copyright © 2010. All Rights Reserved.