Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


oracle.ocsb.app.rcc.config.beans.protocol.pcp
Class ConnectionPoolsType

java.lang.Object
  extended by oracle.ocsb.app.rcc.config.beans.protocol.pcp.ConnectionPoolsType

All Implemented Interfaces:
Serializable, ConnectionPoolsTypeMBean, ConnectionPoolsTypeReadOnlyMBean

public class ConnectionPoolsType
extends Object
implements Serializable, ConnectionPoolsTypeMBean

Java class for ConnectionPoolsType complex type.

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

 <complexType name="ConnectionPoolsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="connectionPoolConfig" type="{http://xmlns.oracle.com/axia/pcp-config}ConnectionPoolConfig" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Field Summary
protected  List<ConnectionPoolConfig> connectionPoolConfig
           

 

Constructor Summary
ConnectionPoolsType()
          Default Constructor
ConnectionPoolsType(List<ConnectionPoolConfig> connectionPoolConfig)
           

 

Method Summary
 void addConnectionPoolConfig()
          Add a new element named connectionPoolConfig
 List<ConnectionPoolConfig> getConnectionPoolConfig()
          Gets the value of the connectionPoolConfig property.
 List<ConnectionPoolConfigMBean> getConnectionPoolConfigMBean()
          Get the list of the ConnectionPoolConfig element
 boolean isSetConnectionPoolConfig()
           
 void removeConnectionPoolConfig(int index)
          Remove an element named connectionPoolConfig by the index
 void unsetConnectionPoolConfig()
           

 

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

 

Field Detail

connectionPoolConfig

protected List<ConnectionPoolConfig> connectionPoolConfig

Constructor Detail

ConnectionPoolsType

public ConnectionPoolsType()
Default Constructor

ConnectionPoolsType

public ConnectionPoolsType(List<ConnectionPoolConfig> connectionPoolConfig)

Method Detail

getConnectionPoolConfig

public List<ConnectionPoolConfig> getConnectionPoolConfig()
Gets the value of the connectionPoolConfig 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 connectionPoolConfig property.

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

    getConnectionPoolConfig().add(newItem);
 

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


isSetConnectionPoolConfig

public boolean isSetConnectionPoolConfig()
Specified by:
isSetConnectionPoolConfig in interface ConnectionPoolsTypeMBean

unsetConnectionPoolConfig

public void unsetConnectionPoolConfig()
Specified by:
unsetConnectionPoolConfig in interface ConnectionPoolsTypeMBean

addConnectionPoolConfig

public void addConnectionPoolConfig()
Add a new element named connectionPoolConfig
Specified by:
addConnectionPoolConfig in interface ConnectionPoolsTypeMBean

removeConnectionPoolConfig

public void removeConnectionPoolConfig(int index)
Remove an element named connectionPoolConfig by the index
Specified by:
removeConnectionPoolConfig in interface ConnectionPoolsTypeMBean
Parameters:
index - The index of removing elements

getConnectionPoolConfigMBean

public List<ConnectionPoolConfigMBean> getConnectionPoolConfigMBean()
Get the list of the ConnectionPoolConfig element
Specified by:
getConnectionPoolConfigMBean in interface ConnectionPoolsTypeReadOnlyMBean

Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.