Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Superinterfaces:
DiameterDescriptorTypeMBean, DiameterDescriptorTypeReadOnlyMBean, RouteTypeReadOnlyMBean
All Known Implementing Classes:
RouteType

public interface RouteTypeMBean
extends DiameterDescriptorTypeMBean, RouteTypeReadOnlyMBean

Method Summary
 void addServer(java.lang.String var)
          Add a new element named server
 java.lang.String getActionMBean()
          Get the value of the java.lang.String element
 java.lang.String getRealmMBean()
          Get the value of the java.lang.String element
 void removeServer(int index)
          Remove an element named server by the index
 void setActionMBean(java.lang.String action)
          Set the value of the java.lang.String element
 void setApplicationId(java.lang.Integer value)
          Sets the value of the applicationId property.
 void setRealmMBean(java.lang.String realm)
          Set the value of the java.lang.String element

 

Methods inherited from interface oracle.axia.config.beans.protocol.diameter.RouteTypeReadOnlyMBean
getApplicationId, getServer

 

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

 

Method Detail

setApplicationId

void setApplicationId(java.lang.Integer value)
Sets the value of the applicationId property.

addServer

void addServer(java.lang.String var)
Add a new element named server

removeServer

void removeServer(int index)
Remove an element named server by the index

getRealmMBean

java.lang.String getRealmMBean()
Get the value of the java.lang.String element
Specified by:
getRealmMBean in interface RouteTypeReadOnlyMBean

setRealmMBean

void setRealmMBean(java.lang.String realm)
Set the value of the java.lang.String element

getActionMBean

java.lang.String getActionMBean()
Get the value of the java.lang.String element
Specified by:
getActionMBean in interface RouteTypeReadOnlyMBean

setActionMBean

void setActionMBean(java.lang.String action)
Set 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.