Uses of Class
com.bea.wcp.diameter.Attribute
Packages that use Attribute
Package
Description
The Diameter base protocol API.
The Diameter credit control API (Ro interface).
Common definitions, classes, and Diameter applications for 3GPP charging functions (Ro and Rf interfaces).
The Diameter Sh Client implementation.
-
Uses of Attribute in com.bea.wcp.diameter
Fields in com.bea.wcp.diameter declared as AttributeModifier and TypeFieldDescriptionstatic final AttributeAttribute.ACCOUNTING_REALTIME_REQUIREDstatic final AttributeAttribute.ACCOUNTING_RECORD_NUMBERstatic final AttributeAttribute.ACCOUNTING_RECORD_TYPEstatic final AttributeAttribute.ACCOUNTING_SESSION_IDstatic final AttributeAttribute.ACCOUNTING_SUB_SESSION_IDstatic final AttributeAttribute.ACCT_APPLICATION_IDstatic final AttributeAttribute.ACCT_INTERIM_INTERVALstatic final AttributeAttribute.ACCT_MULTI_SESSION_IDstatic final AttributeAttribute.AUTH_APPLICATION_IDstatic final AttributeAttribute.AUTH_GRACE_PERIODstatic final AttributeAttribute.AUTH_REQUEST_TYPEstatic final AttributeAttribute.AUTH_SESSION_STATEstatic final AttributeAttribute.AUTHORIZATION_LIFETIMEstatic final AttributeAttribute.CLASSstatic final AttributeAttribute.DESTINATION_HOSTstatic final AttributeAttribute.DESTINATION_REALMstatic final AttributeAttribute.DISCONNECT_CAUSEstatic final AttributeAttribute.E2E_SEQUENCEstatic final AttributeAttribute.ERROR_MESSAGEstatic final AttributeAttribute.ERROR_REPORTING_HOSTstatic final AttributeAttribute.EVENT_TIMESTAMPstatic final AttributeAttribute.EXPERIMENTAL_RESULTstatic final AttributeAttribute.EXPERIMENTAL_RESULT_CODEstatic final AttributeAttribute.FAILED_AVPstatic final AttributeAttribute.FIRMWARE_REVISIONstatic final AttributeAttribute.HOST_IP_ADDRESSstatic final AttributeAttribute.INBAND_SECURITY_IDstatic final AttributeAttribute.MULTI_ROUND_TIME_OUTstatic final AttributeAttribute.ORIGIN_HOSTstatic final AttributeAttribute.ORIGIN_REALMstatic final AttributeAttribute.ORIGIN_STATE_IDstatic final AttributeAttribute.PRODUCT_NAMEstatic final AttributeAttribute.PROXY_HOSTstatic final AttributeAttribute.PROXY_INFOstatic final AttributeAttribute.PROXY_STATEstatic final AttributeAttribute.RE_AUTH_REQUEST_TYPEstatic final AttributeAttribute.REDIRECT_HOSTstatic final AttributeAttribute.REDIRECT_HOST_USAGEstatic final AttributeAttribute.REDIRECT_MAX_CACHE_TIMEstatic final AttributeAttribute.RESULT_CODEstatic final AttributeAttribute.ROUTE_RECORDstatic final AttributeAttribute.SESSION_BINDINGstatic final AttributeAttribute.SESSION_IDstatic final AttributeAttribute.SESSION_SERVER_FAILOVERstatic final AttributeAttribute.SESSION_TIMEOUTstatic final AttributeAttribute.SUPPORTED_VENDOR_IDstatic final AttributeAttribute.TERMINATION_CAUSEstatic final AttributeAttribute.USER_NAMEstatic final AttributeAttribute.VENDOR_IDstatic final AttributeAttribute.VENDOR_SPECIFIC_APPLICATION_IDMethods in com.bea.wcp.diameter that return AttributeModifier and TypeMethodDescriptionstatic AttributeDefines a new Diameter base protocol attribute with default flags (FLAGS_MANDATORY) and data type of "Integer32".static AttributeDefines a new Diameter attribute.static AttributeDefines a new Diameter attribute with default flags (FLAG_MANDATORY).static AttributeDefines a new Diameter base protocol attribute with default flags (FLAG_MANDATORY).Avp.getAttribute()Returns the Attribute for this AVP.static AttributeAttribute.getByCode(int code) Returns the base protocol Attribute for the specified attribute code.static AttributeAttribute.getByCode(int code, int vendorId) Returns the attribute for the specified attribute code and vendor id.static AttributeReturns the Attribute for the specified attribute name.Methods in com.bea.wcp.diameter with parameters of type AttributeModifier and TypeMethodDescriptionvoidAdds a new AVP to the list of AVPs.voidAdds a new AVP to the message.voidAvpException.addMissingAvp(Attribute attr) Adds an additional missing AVP to the list of failed AVPs.Returns the first AVP for the specified Attribute, or null if none.Returns the first AVP in the message with the specified attribute.Returns the last AVP for the specified Attribute, or null if none.static AvpExceptionAvpException.missingAvp(Attribute attr) Constructors in com.bea.wcp.diameter with parameters of type AttributeModifierConstructorDescriptionCreates a new AVP for the specified Attribute and value.AvpException(ResultCode rc, Attribute attr) Creates a new AvpException for the specified ResultCode and missing AVP. -
Uses of Attribute in com.bea.wcp.diameter.cc
Fields in com.bea.wcp.diameter.cc declared as AttributeModifier and TypeFieldDescriptionstatic final AttributeCreditControl.CC_REQUEST_NUMBERstatic final AttributeCreditControl.CC_REQUEST_TYPEstatic final AttributeCreditControl.CC_SESSION_FAILOVERstatic final AttributeCreditControl.REQUESTED_ACTIONstatic final AttributeCreditControl.SERVICE_CONTEXT_ID -
Uses of Attribute in com.bea.wcp.diameter.charging
Fields in com.bea.wcp.diameter.charging declared as AttributeModifier and TypeFieldDescriptionstatic final AttributeCharging.IMS_INFORMATIONstatic final AttributeCharging.LCS_INFORMATIONstatic final AttributeCharging.MBMS_INFORMATIONstatic final AttributeCharging.MMS_INFORMATIONstatic final AttributeCharging.POC_INFORMATIONstatic final AttributeCharging.PS_INFORMATIONstatic final AttributeCharging.SERVICE_INFORMATIONstatic final AttributeCharging.WLAN_INFORMATION -
Uses of Attribute in com.bea.wcp.diameter.sh
Fields in com.bea.wcp.diameter.sh declared as AttributeModifier and TypeFieldDescriptionstatic final Attributestatic final Attributestatic final AttributeSh.FEATURE_LISTstatic final Attributestatic final AttributeSh.IDENTITY_SETstatic final AttributeSh.MSISDNstatic final Attributestatic final Attributestatic final AttributeSh.SERVER_NAMEstatic final Attributestatic final Attributestatic final Attributestatic final Attributestatic final AttributeSh.USER_DATAstatic final Attribute -
Uses of Attribute in com.bea.wcp.diameter.sy
Fields in com.bea.wcp.diameter.sy declared as Attribute