Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.sip
Interface NetworkAccessPointTypeReadOnlyMBean

All Known Subinterfaces:
NetworkAccessPointTypeMBean
All Known Implementing Classes:
NetworkAccessPointType

public interface NetworkAccessPointTypeReadOnlyMBean

Method Summary
 long getCompleteMessageTimeout()
          Gets the value of the completeMessageTimeout property.
 NetworkAddressTypeMBean getExternalListenAddressMBean()
          Return the value of the NetworkAddressType element
 long getIdleConnectionTimeout()
          Gets the value of the idleConnectionTimeout property.
 NetworkAddressTypeMBean getListenAddressMBean()
          Return the value of the NetworkAddressType element
 long getMaximumConnectedClients()
          Gets the value of the maximumConnectedClients property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getProtocol()
          Gets the value of the protocol property.
 java.lang.String getTarget()
          Gets the value of the target property.

 

Method Detail

getTarget

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

getName

java.lang.String getName()
Gets the value of the name property.

getProtocol

java.lang.String getProtocol()
Gets the value of the protocol property.

getCompleteMessageTimeout

long getCompleteMessageTimeout()
Gets the value of the completeMessageTimeout property.

getIdleConnectionTimeout

long getIdleConnectionTimeout()
Gets the value of the idleConnectionTimeout property.

getMaximumConnectedClients

long getMaximumConnectedClients()
Gets the value of the maximumConnectedClients property.

getListenAddressMBean

NetworkAddressTypeMBean getListenAddressMBean()
Return the value of the NetworkAddressType element

getExternalListenAddressMBean

NetworkAddressTypeMBean getExternalListenAddressMBean()
Return the value of the NetworkAddressType element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.