Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.radius
Class ServerType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.radius.ServerType

All Implemented Interfaces:
ServerTypeMBean, ServerTypeReadOnlyMBean

public class ServerType
extends java.lang.Object
implements ServerTypeMBean

Java class for ServerType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ServerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="target" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="listenAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="authenticationPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="accountingPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="udpConnectionTimeout" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="retransmissionTime" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="rootCAStoreKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="serverKeyStoreKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="validNasPort" type="{http://xmlns.oracle.com/axia/radius-config}ValidNasPortType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  int accountingPort
           
protected  int authenticationPort
           
protected  java.lang.String listenAddress
           
protected  int retransmissionTime
           
protected  java.lang.String rootCAStoreKey
           
protected  java.lang.String serverKeyStoreKey
           
protected  java.lang.String target
           
protected  int udpConnectionTimeout
           
protected  ValidNasPortType validNasPort
           

 

Constructor Summary
ServerType()
          Default Constructor
ServerType(java.lang.String target, java.lang.String listenAddress, int authenticationPort, int accountingPort, int udpConnectionTimeout, int retransmissionTime, java.lang.String rootCAStoreKey, java.lang.String serverKeyStoreKey, ValidNasPortType validNasPort)
           

 

Method Summary
 void addValidNasPort()
          Add a new element named validNasPort
 int getAccountingPort()
          Gets the value of the accountingPort property.
 int getAuthenticationPort()
          Gets the value of the authenticationPort property.
 java.lang.String getListenAddress()
          Gets the value of the listenAddress property.
 int getRetransmissionTime()
          Gets the value of the retransmissionTime property.
 java.lang.String getRootCAStoreKey()
          Gets the value of the rootCAStoreKey property.
 java.lang.String getServerKeyStoreKey()
          Gets the value of the serverKeyStoreKey property.
 java.lang.String getTarget()
          Gets the value of the target property.
 int getUdpConnectionTimeout()
          Gets the value of the udpConnectionTimeout property.
 ValidNasPortType getValidNasPort()
          Gets the value of the validNasPort property.
 ValidNasPortTypeMBean getValidNasPortMBean()
          Get the value of the ValidNasPortType element
 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 setValidNasPort(ValidNasPortType value)
          Sets the value of the validNasPort property.
 void setValidNasPortMBean(ValidNasPortTypeMBean val)
          Set the value of the ValidNasPortType element

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

target

protected java.lang.String target

listenAddress

protected java.lang.String listenAddress

authenticationPort

protected int authenticationPort

accountingPort

protected int accountingPort

udpConnectionTimeout

protected int udpConnectionTimeout

retransmissionTime

protected int retransmissionTime

rootCAStoreKey

protected java.lang.String rootCAStoreKey

serverKeyStoreKey

protected java.lang.String serverKeyStoreKey

validNasPort

protected ValidNasPortType validNasPort

Constructor Detail

ServerType

public ServerType()
Default Constructor

ServerType

public ServerType(java.lang.String target,
                  java.lang.String listenAddress,
                  int authenticationPort,
                  int accountingPort,
                  int udpConnectionTimeout,
                  int retransmissionTime,
                  java.lang.String rootCAStoreKey,
                  java.lang.String serverKeyStoreKey,
                  ValidNasPortType validNasPort)

Method Detail

getTarget

public java.lang.String getTarget()
Gets the value of the target property.
Specified by:
getTarget in interface ServerTypeReadOnlyMBean
Returns:
possible object is String

setTarget

public void setTarget(java.lang.String value)
Sets the value of the target property.
Specified by:
setTarget in interface ServerTypeMBean
Parameters:
value - allowed object is String

getListenAddress

public java.lang.String getListenAddress()
Gets the value of the listenAddress property.
Specified by:
getListenAddress in interface ServerTypeReadOnlyMBean
Returns:
possible object is String

setListenAddress

public void setListenAddress(java.lang.String value)
Sets the value of the listenAddress property.
Specified by:
setListenAddress in interface ServerTypeMBean
Parameters:
value - allowed object is String

getAuthenticationPort

public int getAuthenticationPort()
Gets the value of the authenticationPort property.
Specified by:
getAuthenticationPort in interface ServerTypeReadOnlyMBean

setAuthenticationPort

public void setAuthenticationPort(int value)
Sets the value of the authenticationPort property.
Specified by:
setAuthenticationPort in interface ServerTypeMBean

getAccountingPort

public int getAccountingPort()
Gets the value of the accountingPort property.
Specified by:
getAccountingPort in interface ServerTypeReadOnlyMBean

setAccountingPort

public void setAccountingPort(int value)
Sets the value of the accountingPort property.
Specified by:
setAccountingPort in interface ServerTypeMBean

getUdpConnectionTimeout

public int getUdpConnectionTimeout()
Gets the value of the udpConnectionTimeout property.
Specified by:
getUdpConnectionTimeout in interface ServerTypeReadOnlyMBean

setUdpConnectionTimeout

public void setUdpConnectionTimeout(int value)
Sets the value of the udpConnectionTimeout property.
Specified by:
setUdpConnectionTimeout in interface ServerTypeMBean

getRetransmissionTime

public int getRetransmissionTime()
Gets the value of the retransmissionTime property.
Specified by:
getRetransmissionTime in interface ServerTypeReadOnlyMBean

setRetransmissionTime

public void setRetransmissionTime(int value)
Sets the value of the retransmissionTime property.
Specified by:
setRetransmissionTime in interface ServerTypeMBean

getRootCAStoreKey

public java.lang.String getRootCAStoreKey()
Gets the value of the rootCAStoreKey property.
Specified by:
getRootCAStoreKey in interface ServerTypeReadOnlyMBean
Returns:
possible object is String

setRootCAStoreKey

public void setRootCAStoreKey(java.lang.String value)
Sets the value of the rootCAStoreKey property.
Specified by:
setRootCAStoreKey in interface ServerTypeMBean
Parameters:
value - allowed object is String

getServerKeyStoreKey

public java.lang.String getServerKeyStoreKey()
Gets the value of the serverKeyStoreKey property.
Specified by:
getServerKeyStoreKey in interface ServerTypeReadOnlyMBean
Returns:
possible object is String

setServerKeyStoreKey

public void setServerKeyStoreKey(java.lang.String value)
Sets the value of the serverKeyStoreKey property.
Specified by:
setServerKeyStoreKey in interface ServerTypeMBean
Parameters:
value - allowed object is String

getValidNasPort

public ValidNasPortType getValidNasPort()
Gets the value of the validNasPort property.
Returns:
possible object is ValidNasPortType

setValidNasPort

public void setValidNasPort(ValidNasPortType value)
Sets the value of the validNasPort property.
Parameters:
value - allowed object is ValidNasPortType

addValidNasPort

public void addValidNasPort()
Add a new element named validNasPort
Specified by:
addValidNasPort in interface ServerTypeMBean

removeValidNasPort

public void removeValidNasPort()
Remove an element named validNasPort
Specified by:
removeValidNasPort in interface ServerTypeMBean

getValidNasPortMBean

public ValidNasPortTypeMBean getValidNasPortMBean()
Get the value of the ValidNasPortType element
Specified by:
getValidNasPortMBean in interface ServerTypeReadOnlyMBean

setValidNasPortMBean

public void setValidNasPortMBean(ValidNasPortTypeMBean val)
Set the value of the ValidNasPortType element
Specified by:
setValidNasPortMBean in interface ServerTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.