Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.sip
Class ConnectionPoolType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.sip.ConnectionPoolType

All Implemented Interfaces:
ConnectionPoolTypeMBean, ConnectionPoolTypeReadOnlyMBean

public class ConnectionPoolType
extends java.lang.Object
implements ConnectionPoolTypeMBean

Java class for ConnectionPoolType complex type.

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

 <complexType name="ConnectionPoolType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="poolName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="destinationHost" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="destinationPort">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt">
               <minInclusive value="1"/>
               <maxInclusive value="65535"/>
             </restriction>
           </simpleType>
         </element>
         <element name="maximumConnections" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String destinationHost
           
protected  long destinationPort
           
protected  long maximumConnections
           
protected  java.lang.String poolName
           

 

Constructor Summary
ConnectionPoolType()
          Default Constructor
ConnectionPoolType(java.lang.String poolName, java.lang.String destinationHost, long destinationPort, long maximumConnections)
           

 

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.
 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

poolName

protected java.lang.String poolName

destinationHost

protected java.lang.String destinationHost

destinationPort

protected long destinationPort

maximumConnections

protected long maximumConnections

Constructor Detail

ConnectionPoolType

public ConnectionPoolType()
Default Constructor

ConnectionPoolType

public ConnectionPoolType(java.lang.String poolName,
                          java.lang.String destinationHost,
                          long destinationPort,
                          long maximumConnections)

Method Detail

getPoolName

public java.lang.String getPoolName()
Gets the value of the poolName property.
Specified by:
getPoolName in interface ConnectionPoolTypeReadOnlyMBean
Returns:
possible object is String

setPoolName

public void setPoolName(java.lang.String value)
Sets the value of the poolName property.
Specified by:
setPoolName in interface ConnectionPoolTypeMBean
Parameters:
value - allowed object is String

getDestinationHost

public java.lang.String getDestinationHost()
Gets the value of the destinationHost property.
Specified by:
getDestinationHost in interface ConnectionPoolTypeReadOnlyMBean
Returns:
possible object is String

setDestinationHost

public void setDestinationHost(java.lang.String value)
Sets the value of the destinationHost property.
Specified by:
setDestinationHost in interface ConnectionPoolTypeMBean
Parameters:
value - allowed object is String

getDestinationPort

public long getDestinationPort()
Gets the value of the destinationPort property.
Specified by:
getDestinationPort in interface ConnectionPoolTypeReadOnlyMBean

setDestinationPort

public void setDestinationPort(long value)
Sets the value of the destinationPort property.
Specified by:
setDestinationPort in interface ConnectionPoolTypeMBean

getMaximumConnections

public long getMaximumConnections()
Gets the value of the maximumConnections property.
Specified by:
getMaximumConnections in interface ConnectionPoolTypeReadOnlyMBean

setMaximumConnections

public void setMaximumConnections(long value)
Sets the value of the maximumConnections property.
Specified by:
setMaximumConnections in interface ConnectionPoolTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.