Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Known Subinterfaces:
ServerTypeMBean
All Known Implementing Classes:
ServerType

public interface ServerTypeReadOnlyMBean

Method Summary
 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.
 ValidNasPortTypeMBean getValidNasPortMBean()
          Return the value of the ValidNasPortType element

 

Method Detail

getTarget

java.lang.String getTarget()
Gets the value of the target property.

getListenAddress

java.lang.String getListenAddress()
Gets the value of the listenAddress property.

getAuthenticationPort

int getAuthenticationPort()
Gets the value of the authenticationPort property.

getAccountingPort

int getAccountingPort()
Gets the value of the accountingPort property.

getUdpConnectionTimeout

int getUdpConnectionTimeout()
Gets the value of the udpConnectionTimeout property.

getRetransmissionTime

int getRetransmissionTime()
Gets the value of the retransmissionTime property.

getRootCAStoreKey

java.lang.String getRootCAStoreKey()
Gets the value of the rootCAStoreKey property.

getServerKeyStoreKey

java.lang.String getServerKeyStoreKey()
Gets the value of the serverKeyStoreKey property.

getValidNasPortMBean

ValidNasPortTypeMBean getValidNasPortMBean()
Return 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.