Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


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

Packages that use Attribute
com.bea.wcp.diameter The Diameter base protocol API. 
com.bea.wcp.diameter.cc The Diameter credit control API (Ro interface). 
com.bea.wcp.diameter.charging Common definitions, classes, and Diameter applications for 3GPP charging functions (Ro and Rf interfaces). 
com.bea.wcp.diameter.sh The Diameter Sh Client implementation. 

 

Uses of Attribute in com.bea.wcp.diameter

 

Fields in com.bea.wcp.diameter declared as Attribute
static Attribute Attribute.ACCOUNTING_REALTIME_REQUIRED
           
static Attribute Attribute.ACCOUNTING_RECORD_NUMBER
           
static Attribute Attribute.ACCOUNTING_RECORD_TYPE
           
static Attribute Attribute.ACCOUNTING_SESSION_ID
           
static Attribute Attribute.ACCOUNTING_SUB_SESSION_ID
           
static Attribute Attribute.ACCT_APPLICATION_ID
           
static Attribute Attribute.ACCT_INTERIM_INTERVAL
           
static Attribute Attribute.ACCT_MULTI_SESSION_ID
           
static Attribute Attribute.AUTH_APPLICATION_ID
           
static Attribute Attribute.AUTH_GRACE_PERIOD
           
static Attribute Attribute.AUTH_REQUEST_TYPE
           
static Attribute Attribute.AUTH_SESSION_STATE
           
static Attribute Attribute.AUTHORIZATION_LIFETIME
           
static Attribute Attribute.CLASS
           
static Attribute Attribute.DESTINATION_HOST
           
static Attribute Attribute.DESTINATION_REALM
           
static Attribute Attribute.DISCONNECT_CAUSE
           
static Attribute Attribute.E2E_SEQUENCE
           
static Attribute Attribute.ERROR_MESSAGE
           
static Attribute Attribute.ERROR_REPORTING_HOST
           
static Attribute Attribute.EVENT_TIMESTAMP
           
static Attribute Attribute.EXPERIMENTAL_RESULT
           
static Attribute Attribute.EXPERIMENTAL_RESULT_CODE
           
static Attribute Attribute.FAILED_AVP
           
static Attribute Attribute.FIRMWARE_REVISION
           
static Attribute Attribute.HOST_IP_ADDRESS
           
static Attribute Attribute.INBAND_SECURITY_ID
           
static Attribute Attribute.MULTI_ROUND_TIME_OUT
           
static Attribute Attribute.ORIGIN_HOST
           
static Attribute Attribute.ORIGIN_REALM
           
static Attribute Attribute.ORIGIN_STATE_ID
           
static Attribute Attribute.PRODUCT_NAME
           
static Attribute Attribute.PROXY_HOST
           
static Attribute Attribute.PROXY_INFO
           
static Attribute Attribute.PROXY_STATE
           
static Attribute Attribute.RE_AUTH_REQUEST_TYPE
           
static Attribute Attribute.REDIRECT_HOST
           
static Attribute Attribute.REDIRECT_HOST_USAGE
           
static Attribute Attribute.REDIRECT_MAX_CACHE_TIME
           
static Attribute Attribute.RESULT_CODE
           
static Attribute Attribute.ROUTE_RECORD
           
static Attribute Attribute.SESSION_BINDING
           
static Attribute Attribute.SESSION_ID
           
static Attribute Attribute.SESSION_SERVER_FAILOVER
           
static Attribute Attribute.SESSION_TIMEOUT
           
static Attribute Attribute.SUPPORTED_VENDOR_ID
           
static Attribute Attribute.TERMINATION_CAUSE
           
static Attribute Attribute.USER_NAME
           
static Attribute Attribute.VENDOR_ID
           
static Attribute Attribute.VENDOR_SPECIFIC_APPLICATION_ID
           

 

Methods in com.bea.wcp.diameter that return Attribute
static Attribute Attribute.define(int code, String name)
          Defines a new Diameter base protocol attribute with default flags (FLAGS_MANDATORY) and data type of "Integer32".
static Attribute Attribute.define(int code, String name, int vendorId, int flags, Type type)
          Defines a new Diameter attribute.
static Attribute Attribute.define(int code, String name, int vendorId, Type type)
          Defines a new Diameter attribute with default flags (FLAG_MANDATORY).
static Attribute Attribute.define(int code, String name, Type type)
          Defines a new Diameter base protocol attribute with default flags (FLAG_MANDATORY).
 Attribute Avp.getAttribute()
          Returns the Attribute for this AVP.
static Attribute Attribute.getByCode(int code)
          Returns the base protocol Attribute for the specified attribute code.
static Attribute Attribute.getByCode(int code, int vendorId)
          Returns the attribute for the specified attribute code and vendor id.
static Attribute Attribute.getByName(String name)
          Returns the Attribute for the specified attribute name.

 

Methods in com.bea.wcp.diameter with parameters of type Attribute
 void AvpList.add(Attribute attr, Object value)
          Adds a new AVP to the list of AVPs.
 void Message.addAvp(Attribute attr, Object value)
          Adds a new AVP to the message.
 void AvpException.addMissingAvp(Attribute attr)
          Adds an additional missing AVP to the list of failed AVPs.
 Avp AvpList.get(Attribute attr)
          Returns the first AVP for the specified Attribute, or null if none.
 Avp Message.getAvp(Attribute attr)
          Returns the first AVP in the message with the specified attribute.
 Avp AvpList.getLast(Attribute attr)
          Returns the last AVP for the specified Attribute, or null if none.
static AvpException AvpException.missingAvp(Attribute attr)
           

 

Constructors in com.bea.wcp.diameter with parameters of type Attribute
Avp(Attribute attr, Object value)
          Creates 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 Attribute
static Attribute CreditControl.CC_REQUEST_NUMBER
           
static Attribute CreditControl.CC_REQUEST_TYPE
           
static Attribute CreditControl.REQUESTED_ACTION
           
static Attribute CreditControl.SERVICE_CONTEXT_ID
           

 

Uses of Attribute in com.bea.wcp.diameter.charging

 

Fields in com.bea.wcp.diameter.charging declared as Attribute
static Attribute Charging.IMS_INFORMATION
           
static Attribute Charging.LCS_INFORMATION
           
static Attribute Charging.MBMS_INFORMATION
           
static Attribute Charging.MMS_INFORMATION
           
static Attribute Charging.POC_INFORMATION
           
static Attribute Charging.PS_INFORMATION
           
static Attribute Charging.SERVICE_INFORMATION
           
static Attribute Charging.WLAN_INFORMATION
           

 

Uses of Attribute in com.bea.wcp.diameter.sh

 

Fields in com.bea.wcp.diameter.sh declared as Attribute
static Attribute Sh.CURRENT_LOCATION
           
static Attribute Sh.DATA_REFERENCE
           
static Attribute Sh.FEATURE_LIST
           
static Attribute Sh.FEATURE_LIST_ID
           
static Attribute Sh.IDENTITY_SET
           
static Attribute Sh.MSISDN
           
static Attribute Sh.PUBLIC_IDENTITY
           
static Attribute Sh.REQUESTED_DOMAIN
           
static Attribute Sh.SERVER_NAME
           
static Attribute Sh.SERVICE_INDICATION
           
static Attribute Sh.SUBS_REQ_TYPE
           
static Attribute Sh.SUPPORTED_APPLICATIONS
           
static Attribute Sh.SUPPORTED_FEATURES
           
static Attribute Sh.USER_DATA
           
static Attribute Sh.USER_IDENTITY
           

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.