Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Superinterfaces:
ConnectionPoolTypeReadOnlyMBean
All Known Implementing Classes:
ConnectionPoolType

public interface ConnectionPoolTypeMBean
extends ConnectionPoolTypeReadOnlyMBean

Method Summary
 void setDestinationHost(java.lang.String value)
          Sets the value of the destinationHost property.
 void setDestinationPort(long value)
          Sets the value of the destinationPort property.
 void setMaximumConnections(long value)
          Sets the value of the maximumConnections property.
 void setPoolName(java.lang.String value)
          Sets the value of the poolName property.

 

Methods inherited from interface oracle.axia.config.beans.protocol.sip.ConnectionPoolTypeReadOnlyMBean
getDestinationHost, getDestinationPort, getMaximumConnections, getPoolName

 

Method Detail

setPoolName

void setPoolName(java.lang.String value)
Sets the value of the poolName property.

setDestinationHost

void setDestinationHost(java.lang.String value)
Sets the value of the destinationHost property.

setDestinationPort

void setDestinationPort(long value)
Sets the value of the destinationPort property.

setMaximumConnections

void setMaximumConnections(long value)
Sets 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.