Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Known Subinterfaces:
ConnectionPoolTypeMBean
All Known Implementing Classes:
ConnectionPoolType

public interface ConnectionPoolTypeReadOnlyMBean

Method Summary
 java.lang.String getDestinationHost()
          Gets the value of the destinationHost property.
 long getDestinationPort()
          Gets the value of the destinationPort property.
 long getMaximumConnections()
          Gets the value of the maximumConnections property.
 java.lang.String getPoolName()
          Gets the value of the poolName property.

 

Method Detail

getPoolName

java.lang.String getPoolName()
Gets the value of the poolName property.

getDestinationHost

java.lang.String getDestinationHost()
Gets the value of the destinationHost property.

getDestinationPort

long getDestinationPort()
Gets the value of the destinationPort property.

getMaximumConnections

long getMaximumConnections()
Gets the value of the maximumConnections property.

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.