Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.diameter
Interface DefaultRouteTypeReadOnlyMBean

All Superinterfaces:
DiameterDescriptorTypeMBean, DiameterDescriptorTypeReadOnlyMBean
All Known Subinterfaces:
DefaultRouteTypeMBean
All Known Implementing Classes:
DefaultRouteType

public interface DefaultRouteTypeReadOnlyMBean
extends DiameterDescriptorTypeMBean

Method Summary
 java.lang.String getActionMBean()
          Get the value of the java.lang.String element
 java.util.List<java.lang.String> getServer()
          Gets the value of the server property.

 

Methods inherited from interface oracle.axia.config.beans.protocol.diameter.DiameterDescriptorTypeMBean
getNameMBean, setNameMBean

 

Method Detail

getServer

java.util.List<java.lang.String> getServer()
Gets the value of the server 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 server property.

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

    getServer().add(newItem);
 

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


getActionMBean

java.lang.String getActionMBean()
Get the value of the java.lang.String element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.