Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
ConnectionPoolSetTypeMBean, ConnectionPoolSetTypeReadOnlyMBean

public class ConnectionPoolSetType
extends java.lang.Object
implements ConnectionPoolSetTypeMBean

Java class for ConnectionPoolSetType complex type.

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

 <complexType name="ConnectionPoolSetType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ConnectionPool" type="{http://xmlns.oracle.com/axia/sip-config}ConnectionPoolType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.util.List<ConnectionPoolType> connectionPool
           

 

Constructor Summary
ConnectionPoolSetType()
          Default Constructor
ConnectionPoolSetType(java.util.List<ConnectionPoolType> connectionPool)
           

 

Method Summary
 void addConnectionPool()
          Add a new element named connectionPool
 java.util.List<ConnectionPoolType> getConnectionPool()
          Gets the value of the connectionPool property.
 java.util.List<ConnectionPoolTypeMBean> getConnectionPoolMBean()
          Get the list of the ConnectionPoolType element
 void removeConnectionPool(int index)
          Remove an element named connectionPool by the index

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

connectionPool

protected java.util.List<ConnectionPoolType> connectionPool

Constructor Detail

ConnectionPoolSetType

public ConnectionPoolSetType()
Default Constructor

ConnectionPoolSetType

public ConnectionPoolSetType(java.util.List<ConnectionPoolType> connectionPool)

Method Detail

getConnectionPool

public java.util.List<ConnectionPoolType> getConnectionPool()
Gets the value of the connectionPool property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the connectionPool property.

For example, to add a new item, do as follows:

    getConnectionPool().add(newItem);
 

Objects of the following type(s) are allowed in the list ConnectionPoolType


addConnectionPool

public void addConnectionPool()
Add a new element named connectionPool
Specified by:
addConnectionPool in interface ConnectionPoolSetTypeMBean

removeConnectionPool

public void removeConnectionPool(int index)
Remove an element named connectionPool by the index
Specified by:
removeConnectionPool in interface ConnectionPoolSetTypeMBean
Parameters:
index - The index of removing elements

getConnectionPoolMBean

public java.util.List<ConnectionPoolTypeMBean> getConnectionPoolMBean()
Get the list of the ConnectionPoolType element
Specified by:
getConnectionPoolMBean in interface ConnectionPoolSetTypeReadOnlyMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.