Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.diameter.common
Interface DiameterCommonConfigTypeReadOnlyMBean

All Known Subinterfaces:
DiameterCommonConfigTypeMBean
All Known Implementing Classes:
DiameterCommonConfigType

public interface DiameterCommonConfigTypeReadOnlyMBean

Method Summary
 ApplicationsTypeMBean getApplicationsMBean()
          Return the value of the ApplicationsType element
 AttributeDefsTypeMBean getAttributeDefsMBean()
          Get the value of the oracle.axia.config.beans.protocol.diameter.common.AttributeDefsTypeMBean element
 CommandDefsTypeMBean getCommandDefsMBean()
          Get the value of the oracle.axia.config.beans.protocol.diameter.common.CommandDefsTypeMBean element
 ResultCodeDefsTypeMBean getResultCodeDefsMBean()
          Get the value of the oracle.axia.config.beans.protocol.diameter.common.ResultCodeDefsTypeMBean element
 java.util.List<java.lang.Integer> getSupportedVendorId()
          Gets the value of the supportedVendorId property.

 

Method Detail

getSupportedVendorId

java.util.List<java.lang.Integer> getSupportedVendorId()
Gets the value of the supportedVendorId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the supportedVendorId property.

For example, to add a new item, do as follows:

    getSupportedVendorId().add(newItem);
 

Objects of the following type(s) are allowed in the list Integer


getApplicationsMBean

ApplicationsTypeMBean getApplicationsMBean()
Return the value of the ApplicationsType element

getCommandDefsMBean

CommandDefsTypeMBean getCommandDefsMBean()
Get the value of the oracle.axia.config.beans.protocol.diameter.common.CommandDefsTypeMBean element

getAttributeDefsMBean

AttributeDefsTypeMBean getAttributeDefsMBean()
Get the value of the oracle.axia.config.beans.protocol.diameter.common.AttributeDefsTypeMBean element

getResultCodeDefsMBean

ResultCodeDefsTypeMBean getResultCodeDefsMBean()
Get the value of the oracle.axia.config.beans.protocol.diameter.common.ResultCodeDefsTypeMBean element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.