Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Class
com.bea.wcp.diameter.ResultCode

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

 

Fields in com.bea.wcp.diameter declared as ResultCode
static ResultCode ResultCode.APPLICATION_UNSUPPORTED
           
static ResultCode ResultCode.AUTHENTICATION_REJECTED
           
static ResultCode ResultCode.AUTHORIZATION_REJECTED
           
static ResultCode ResultCode.AVP_NOT_ALLOWED
           
static ResultCode ResultCode.AVP_OCCURS_TOO_MANY_TIMES
           
static ResultCode ResultCode.AVP_UNSUPPORTED
           
static ResultCode ResultCode.COMMAND_UNSUPPORTED
           
static ResultCode ResultCode.CONTRADICTING_AVPS
           
static ResultCode ResultCode.ELECTION_LOST
           
static ResultCode ResultCode.INVALID_AVP_BIT_COMBO
           
static ResultCode ResultCode.INVALID_AVP_BITS
           
static ResultCode ResultCode.INVALID_AVP_LENGTH
           
static ResultCode ResultCode.INVALID_AVP_VALUE
           
static ResultCode ResultCode.INVALID_BIT_IN_HEADER
           
static ResultCode ResultCode.INVALID_HDR_BITS
           
static ResultCode ResultCode.INVALID_MESSAGE_LENGTH
           
static ResultCode ResultCode.LIMITED_SUCCESS
           
static ResultCode ResultCode.LOOP_DETECTED
           
static ResultCode ResultCode.MISSING_AVP
           
static ResultCode ResultCode.MULTI_ROUND_AUTH
           
static ResultCode ResultCode.NO_COMMON_APPLICATION
           
static ResultCode ResultCode.NO_COMMON_SECURITY
           
static ResultCode ResultCode.OUT_OF_SPACE
           
static ResultCode ResultCode.REALM_NOT_SERVED
           
static ResultCode ResultCode.REDIRECT_INDICATION
           
static ResultCode ResultCode.RESOURCES_EXCEEDED
           
static ResultCode ResultCode.SUCCESS
           
static ResultCode ResultCode.TOO_BUSY
           
static ResultCode ResultCode.UNABLE_TO_COMPLY
           
static ResultCode ResultCode.UNABLE_TO_DELIVER
           
static ResultCode ResultCode.UNKNOWN_PEER
           
static ResultCode ResultCode.UNKNOWN_SESSION_ID
           
static ResultCode ResultCode.UNSUPPORTED_VERSION
           

 

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
           

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.