Class ConnectorPoolConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ConnectorPoolConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Type that contains configuration of ICF connector pools. This configuration is common for all ICF connectors, therefore it may be part of a static schema.

    Java class for ConnectorPoolConfigurationType complex type.

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

     <complexType name="ConnectorPoolConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="minEvictableIdleTimeMillis" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="minIdle" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="maxIdle" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="maxObjects" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="maxWait" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form