|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.slee.resource.diameter.cca.events.avp.CreditControlResultCode
public class CreditControlResultCode
Start time:15:00:42 2009-05-23
Project: diameter-parent
Defines rturn codes used by CCA messages.
| Field Summary | |
|---|---|
static int |
DIAMETER_CREDIT_CONTROL_NOT_APPLICABLE
The credit-control server determines that the service can be granted to the end user but no further credit-control is needed for the service (eg, service is free of charge). |
static int |
DIAMETER_CREDIT_LIMIT_REACHED
The credit-control server denies the service request since the end-user's account could not cover the requested service. |
static int |
DIAMETER_END_USER_SERVICE_DENIED
The credit-control server denies the service request due to service restrictions. |
static int |
DIAMETER_RATING_FAILED
This error code is used to inform the credit-control client that the credit-control server cannot rate the service request due to insufficient rating input, incorrect AVP combination or due to an AVP or an AVP value that is not recognized or supported in the rating. |
static int |
DIAMETER_USER_UNKNOWN
The specified end user is unknown in the credit-control server. |
| Constructor Summary | |
|---|---|
CreditControlResultCode()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DIAMETER_CREDIT_CONTROL_NOT_APPLICABLE
public static final int DIAMETER_CREDIT_LIMIT_REACHED
public static final int DIAMETER_END_USER_SERVICE_DENIED
public static final int DIAMETER_RATING_FAILED
public static final int DIAMETER_USER_UNKNOWN
| Constructor Detail |
|---|
public CreditControlResultCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||