|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| 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 |
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.