Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Superinterfaces:
PeerTypeReadOnlyMBean
All Known Implementing Classes:
PeerType

public interface PeerTypeMBean
extends PeerTypeReadOnlyMBean

Method Summary
 java.lang.String getAddressMBean()
          Get the value of the java.lang.String element
 java.lang.String getHostMBean()
          Get the value of the java.lang.String element
 java.lang.String getProtocolMBean()
          Get the value of the java.lang.String element
 java.lang.Boolean isWatchdogEnabled()
          Gets the value of the watchdogEnabled property.
 void setAddressMBean(java.lang.String address)
          Set the value of the java.lang.String element
 void setHostMBean(java.lang.String host)
          Set the value of the java.lang.String element
 void setPort(java.lang.Integer value)
          Sets the value of the port property.
 void setProtocolMBean(java.lang.String protocol)
          Set the value of the java.lang.String element
 void setWatchdogEnabled(java.lang.Boolean value)
          Sets the value of the watchdogEnabled property.

 

Methods inherited from interface oracle.axia.config.beans.protocol.diameter.PeerTypeReadOnlyMBean
getPort

 

Method Detail

setPort

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

isWatchdogEnabled

java.lang.Boolean isWatchdogEnabled()
Gets the value of the watchdogEnabled property.

setWatchdogEnabled

void setWatchdogEnabled(java.lang.Boolean value)
Sets the value of the watchdogEnabled property.

getHostMBean

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

setHostMBean

void setHostMBean(java.lang.String host)
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 PeerTypeReadOnlyMBean

setAddressMBean

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

getProtocolMBean

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

setProtocolMBean

void setProtocolMBean(java.lang.String protocol)
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.