Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.radius
Interface ServerTypeMBean

All Superinterfaces:
ServerTypeReadOnlyMBean
All Known Implementing Classes:
ServerType

public interface ServerTypeMBean
extends ServerTypeReadOnlyMBean

Method Summary
 void addValidNasPort()
          Add a new element named validNasPort
 void removeValidNasPort()
          Remove an element named validNasPort
 void setAccountingPort(int value)
          Sets the value of the accountingPort property.
 void setAuthenticationPort(int value)
          Sets the value of the authenticationPort property.
 void setListenAddress(java.lang.String value)
          Sets the value of the listenAddress property.
 void setRetransmissionTime(int value)
          Sets the value of the retransmissionTime property.
 void setRootCAStoreKey(java.lang.String value)
          Sets the value of the rootCAStoreKey property.
 void setServerKeyStoreKey(java.lang.String value)
          Sets the value of the serverKeyStoreKey property.
 void setTarget(java.lang.String value)
          Sets the value of the target property.
 void setUdpConnectionTimeout(int value)
          Sets the value of the udpConnectionTimeout property.
 void setValidNasPortMBean(ValidNasPortTypeMBean val)
          Set the value of the ValidNasPortType element

 

Methods inherited from interface oracle.axia.config.beans.protocol.radius.ServerTypeReadOnlyMBean
getAccountingPort, getAuthenticationPort, getListenAddress, getRetransmissionTime, getRootCAStoreKey, getServerKeyStoreKey, getTarget, getUdpConnectionTimeout, getValidNasPortMBean

 

Method Detail

setTarget

void setTarget(java.lang.String value)
Sets the value of the target property.

setListenAddress

void setListenAddress(java.lang.String value)
Sets the value of the listenAddress property.

setAuthenticationPort

void setAuthenticationPort(int value)
Sets the value of the authenticationPort property.

setAccountingPort

void setAccountingPort(int value)
Sets the value of the accountingPort property.

setUdpConnectionTimeout

void setUdpConnectionTimeout(int value)
Sets the value of the udpConnectionTimeout property.

setRetransmissionTime

void setRetransmissionTime(int value)
Sets the value of the retransmissionTime property.

setRootCAStoreKey

void setRootCAStoreKey(java.lang.String value)
Sets the value of the rootCAStoreKey property.

setServerKeyStoreKey

void setServerKeyStoreKey(java.lang.String value)
Sets the value of the serverKeyStoreKey property.

addValidNasPort

void addValidNasPort()
Add a new element named validNasPort

removeValidNasPort

void removeValidNasPort()
Remove an element named validNasPort

setValidNasPortMBean

void setValidNasPortMBean(ValidNasPortTypeMBean val)
Set the value of the ValidNasPortType element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.