|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultCode | |
---|---|
com.bea.wcp.diameter | The Diameter base protocol API. |
com.bea.wcp.diameter.accounting | The Diameter offline charging API (Rf interface). |
com.bea.wcp.diameter.cc | The Diameter credit control API (Ro interface). |
com.bea.wcp.diameter.sh | The Diameter Sh Client implementation. |
Uses of ResultCode in com.bea.wcp.diameter |
---|
Methods in com.bea.wcp.diameter that return ResultCode | |
---|---|
static ResultCode |
ResultCode.decode(Avp avp) If the specified AVP is a Result-Code or Experimental-Result AVP, then returns a new ResultCode for the result. |
static ResultCode |
ResultCode.define(int code, int vendorId, String msg) Creates a new "experimental" ResultCode with the specified numeric code, vendor id, and error message. |
static ResultCode |
ResultCode.define(int code, String msg) Creates a new ResultCode for the specified numeric code and error message. |
ResultCode |
MessageException.getResultCode() Returns the ResultCode indicating the error. |
ResultCode |
Answer.getResultCode() Returns the ResultCode for this answer. |
Methods in com.bea.wcp.diameter with parameters of type ResultCode | |
---|---|
Answer |
GenericMessageFactory.createAnswer(Request req, ResultCode rc) |
Answer |
MessageFactory.createAnswer(Request req, ResultCode rc) |
Answer |
Request.createAnswer(ResultCode rc) Creates an Answer message for this request. |
Answer |
Peer.CER.createAnswer(ResultCode rc) |
Answer |
Request.createAnswer(ResultCode rc, String error) Creates a new Answer message for this request. |
void |
Answer.setResultCode(ResultCode rc) Allows relay or proxy applications to modify result code of an answer message being forwarded. |
Constructors in com.bea.wcp.diameter with parameters of type ResultCode | |
---|---|
Answer(Request req, ResultCode rc) Creates a new Answer for the specified Request and ResultCode. |
|
AvpException(ResultCode rc, Attribute attr) Creates a new AvpException for the specified ResultCode and missing AVP. |
|
AvpException(ResultCode rc, Avp invalidAvp) Creates a new AvpException for the specified ResultCode and invalid AVP. |
|
AvpException(ResultCode rc, Avp[] invalidAvps) Creates a new AvpException for the specified ResultCode and invalid AVPs. |
|
Message(Message req, ResultCode rc) Creates a new Diameter answer message for the specified request. |
|
MessageException(ResultCode rc) Creates a new MessageException for the specified ResultCode and a default error message based on the result code. |
|
MessageException(ResultCode rc, String msg) Creates a new MessageException for the specified ResultCode and error message. |
|
Peer.CEA(Peer.CER cer, ResultCode rc) |
|
RAA(RAR req, ResultCode rc) |
Uses of ResultCode in com.bea.wcp.diameter.accounting |
---|
Constructors in com.bea.wcp.diameter.accounting with parameters of type ResultCode | |
---|---|
ACA(ACR req, ResultCode rc) |
Uses of ResultCode in com.bea.wcp.diameter.cc |
---|
Constructors in com.bea.wcp.diameter.cc with parameters of type ResultCode | |
---|---|
CCA(CCR req, ResultCode rc) |
Uses of ResultCode in com.bea.wcp.diameter.sh |
---|
Fields in com.bea.wcp.diameter.sh declared as ResultCode | |
---|---|
static ResultCode |
Sh.ERROR_FEATURE_UNSUPPORTED |
static ResultCode |
Sh.ERROR_OPERATION_NOT_ALLOWED |
static ResultCode |
Sh.ERROR_TOO_MUCH_DATA |
static ResultCode |
Sh.ERROR_TRANSPARENT_DATA_OUT_OF_SYNC |
static ResultCode |
Sh.ERROR_USER_DATA_CANNOT_BE_MODIFIED |
static ResultCode |
Sh.ERROR_USER_DATA_CANNOT_BE_NOTIFIED |
static ResultCode |
Sh.ERROR_USER_DATA_CANNOT_BE_READ |
static ResultCode |
Sh.ERROR_USER_DATA_NOT_RECOGNIZED |
static ResultCode |
Sh.ERROR_USER_UNKNOWN |
static ResultCode |
Sh.PRIOR_UPDATE_IN_PROGRESS |
static ResultCode |
Sh.USER_DATA_NOT_AVAILABLE |
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2012 Oracle Corporation. All Rights Reserved.