Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Superinterfaces:
DiameterDescriptorTypeMBean, DiameterDescriptorTypeReadOnlyMBean, NodeTypeReadOnlyMBean
All Known Implementing Classes:
NodeType

public interface NodeTypeMBean
extends DiameterDescriptorTypeMBean, NodeTypeReadOnlyMBean

Method Summary
 void addPeer()
          Add a new element named peer
 void addRoute()
          Add a new element named route
 java.lang.String getAddressMBean()
          Get the value of the java.lang.String element
 DefaultRouteTypeMBean getDefaultRouteMBean()
          Get the value of the oracle.axia.config.beans.protocol.diameter.DefaultRouteTypeMBean element
 java.lang.String getHostMBean()
          Get the value of the java.lang.String element
 MessageDebugTypeMBean getMessageDebugMBean()
          Get the value of the oracle.axia.config.beans.protocol.diameter.MessageDebugTypeMBean element
 java.lang.String getRealmMBean()
          Get the value of the java.lang.String element
 java.lang.String getTargetMBean()
          Get the value of the java.lang.String element
 java.lang.Boolean isAllowDynamicPeers()
          Gets the value of the allowDynamicPeers property.
 java.lang.Boolean isDebugEnabled()
          Gets the value of the debugEnabled property.
 java.lang.Boolean isIncludeOriginStateId()
          Gets the value of the includeOriginStateId property.
 java.lang.Boolean isMessageDebugEnabled()
          Gets the value of the messageDebugEnabled property.
 java.lang.Boolean isSctpEnabled()
          Gets the value of the sctpEnabled property.
 java.lang.Boolean isTlsEnabled()
          Gets the value of the tlsEnabled property.
 void removePeer(int index)
          Remove an element named peer by the index
 void removeRoute(int index)
          Remove an element named route by the index
 void setAddressMBean(java.lang.String address)
          Set the value of the java.lang.String element
 void setAllowDynamicPeers(java.lang.Boolean value)
          Sets the value of the allowDynamicPeers property.
 void setDebugEnabled(java.lang.Boolean value)
          Sets the value of the debugEnabled property.
 void setDefaultRouteMBean(DefaultRouteTypeMBean defaultRoute)
          Set the value of the oracle.axia.config.beans.protocol.diameter.DefaultRouteTypeMBean element
 void setHostMBean(java.lang.String host)
          Set the value of the java.lang.String element
 void setIncludeOriginStateId(java.lang.Boolean value)
          Sets the value of the includeOriginStateId property.
 void setMessageDebugEnabled(java.lang.Boolean value)
          Sets the value of the messageDebugEnabled property.
 void setMessageDebugMBean(MessageDebugTypeMBean messageDebug)
          Set the value of the oracle.axia.config.beans.protocol.diameter.MessageDebugTypeMBean element
 void setPeerRetryDelay(java.lang.Integer value)
          Sets the value of the peerRetryDelay property.
 void setPort(java.lang.Integer value)
          Sets the value of the port property.
 void setRealmMBean(java.lang.String realm)
          Set the value of the java.lang.String element
 void setRequestTimeout(java.lang.Long value)
          Sets the value of the requestTimeout property.
 void setSctpEnabled(java.lang.Boolean value)
          Sets the value of the sctpEnabled property.
 void setTargetMBean(java.lang.String target)
          Set the value of the java.lang.String element
 void setTlsEnabled(java.lang.Boolean value)
          Sets the value of the tlsEnabled property.
 void setWatchdogTimeout(java.lang.Integer value)
          Sets the value of the watchdogTimeout property.

 

Methods inherited from interface oracle.axia.config.beans.protocol.diameter.NodeTypeReadOnlyMBean
getPeerMBean, getPeerRetryDelay, getPort, getRequestTimeout, getRouteMBean, getWatchdogTimeout

 

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

 

Method Detail

setPort

void setPort(java.lang.Integer value)
Sets the value of the port property.

isTlsEnabled

java.lang.Boolean isTlsEnabled()
Gets the value of the tlsEnabled property.

setTlsEnabled

void setTlsEnabled(java.lang.Boolean value)
Sets the value of the tlsEnabled property.

isSctpEnabled

java.lang.Boolean isSctpEnabled()
Gets the value of the sctpEnabled property.

setSctpEnabled

void setSctpEnabled(java.lang.Boolean value)
Sets the value of the sctpEnabled property.

isDebugEnabled

java.lang.Boolean isDebugEnabled()
Gets the value of the debugEnabled property.

setDebugEnabled

void setDebugEnabled(java.lang.Boolean value)
Sets the value of the debugEnabled property.

isMessageDebugEnabled

java.lang.Boolean isMessageDebugEnabled()
Gets the value of the messageDebugEnabled property.

setMessageDebugEnabled

void setMessageDebugEnabled(java.lang.Boolean value)
Sets the value of the messageDebugEnabled property.

setPeerRetryDelay

void setPeerRetryDelay(java.lang.Integer value)
Sets the value of the peerRetryDelay property.

isAllowDynamicPeers

java.lang.Boolean isAllowDynamicPeers()
Gets the value of the allowDynamicPeers property.

setAllowDynamicPeers

void setAllowDynamicPeers(java.lang.Boolean value)
Sets the value of the allowDynamicPeers property.

setRequestTimeout

void setRequestTimeout(java.lang.Long value)
Sets the value of the requestTimeout property.

setWatchdogTimeout

void setWatchdogTimeout(java.lang.Integer value)
Sets the value of the watchdogTimeout property.

isIncludeOriginStateId

java.lang.Boolean isIncludeOriginStateId()
Gets the value of the includeOriginStateId property.

setIncludeOriginStateId

void setIncludeOriginStateId(java.lang.Boolean value)
Sets the value of the includeOriginStateId property.

addPeer

void addPeer()
Add a new element named peer

removePeer

void removePeer(int index)
Remove an element named peer by the index

addRoute

void addRoute()
Add a new element named route

removeRoute

void removeRoute(int index)
Remove an element named route by the index

getTargetMBean

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

setTargetMBean

void setTargetMBean(java.lang.String target)
Set the value of the java.lang.String element

getHostMBean

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

setHostMBean

void setHostMBean(java.lang.String host)
Set the value of the java.lang.String element

getRealmMBean

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

setRealmMBean

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

getAddressMBean

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

setAddressMBean

void setAddressMBean(java.lang.String address)
Set the value of the java.lang.String element

getMessageDebugMBean

MessageDebugTypeMBean getMessageDebugMBean()
Get the value of the oracle.axia.config.beans.protocol.diameter.MessageDebugTypeMBean element
Specified by:
getMessageDebugMBean in interface NodeTypeReadOnlyMBean

setMessageDebugMBean

void setMessageDebugMBean(MessageDebugTypeMBean messageDebug)
Set the value of the oracle.axia.config.beans.protocol.diameter.MessageDebugTypeMBean element

getDefaultRouteMBean

DefaultRouteTypeMBean getDefaultRouteMBean()
Get the value of the oracle.axia.config.beans.protocol.diameter.DefaultRouteTypeMBean element
Specified by:
getDefaultRouteMBean in interface NodeTypeReadOnlyMBean

setDefaultRouteMBean

void setDefaultRouteMBean(DefaultRouteTypeMBean defaultRoute)
Set the value of the oracle.axia.config.beans.protocol.diameter.DefaultRouteTypeMBean element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.