com.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_1
Class ConnectorPoolConfigurationType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_1.ConnectorPoolConfigurationType

public class ConnectorPoolConfigurationType
extends java.lang.Object

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}integer" minOccurs="0"/>
         <element name="minIdle" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="maxIdle" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="maxObjects" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="maxWait" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger maxIdle
           
protected  java.math.BigInteger maxObjects
           
protected  java.math.BigInteger maxWait
           
protected  java.math.BigInteger minEvictableIdleTimeMillis
           
protected  java.math.BigInteger minIdle
           
 
Constructor Summary
ConnectorPoolConfigurationType()
           
 
Method Summary
 java.math.BigInteger getMaxIdle()
          Gets the value of the maxIdle property.
 java.math.BigInteger getMaxObjects()
          Gets the value of the maxObjects property.
 java.math.BigInteger getMaxWait()
          Gets the value of the maxWait property.
 java.math.BigInteger getMinEvictableIdleTimeMillis()
          Gets the value of the minEvictableIdleTimeMillis property.
 java.math.BigInteger getMinIdle()
          Gets the value of the minIdle property.
 void setMaxIdle(java.math.BigInteger value)
          Sets the value of the maxIdle property.
 void setMaxObjects(java.math.BigInteger value)
          Sets the value of the maxObjects property.
 void setMaxWait(java.math.BigInteger value)
          Sets the value of the maxWait property.
 void setMinEvictableIdleTimeMillis(java.math.BigInteger value)
          Sets the value of the minEvictableIdleTimeMillis property.
 void setMinIdle(java.math.BigInteger value)
          Sets the value of the minIdle property.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

minEvictableIdleTimeMillis

protected java.math.BigInteger minEvictableIdleTimeMillis

minIdle

protected java.math.BigInteger minIdle

maxIdle

protected java.math.BigInteger maxIdle

maxObjects

protected java.math.BigInteger maxObjects

maxWait

protected java.math.BigInteger maxWait
Constructor Detail

ConnectorPoolConfigurationType

public ConnectorPoolConfigurationType()
Method Detail

getMinEvictableIdleTimeMillis

public java.math.BigInteger getMinEvictableIdleTimeMillis()
Gets the value of the minEvictableIdleTimeMillis property.

Returns:
possible object is BigInteger

setMinEvictableIdleTimeMillis

public void setMinEvictableIdleTimeMillis(java.math.BigInteger value)
Sets the value of the minEvictableIdleTimeMillis property.

Parameters:
value - allowed object is BigInteger

getMinIdle

public java.math.BigInteger getMinIdle()
Gets the value of the minIdle property.

Returns:
possible object is BigInteger

setMinIdle

public void setMinIdle(java.math.BigInteger value)
Sets the value of the minIdle property.

Parameters:
value - allowed object is BigInteger

getMaxIdle

public java.math.BigInteger getMaxIdle()
Gets the value of the maxIdle property.

Returns:
possible object is BigInteger

setMaxIdle

public void setMaxIdle(java.math.BigInteger value)
Sets the value of the maxIdle property.

Parameters:
value - allowed object is BigInteger

getMaxObjects

public java.math.BigInteger getMaxObjects()
Gets the value of the maxObjects property.

Returns:
possible object is BigInteger

setMaxObjects

public void setMaxObjects(java.math.BigInteger value)
Sets the value of the maxObjects property.

Parameters:
value - allowed object is BigInteger

getMaxWait

public java.math.BigInteger getMaxWait()
Gets the value of the maxWait property.

Returns:
possible object is BigInteger

setMaxWait

public void setMaxWait(java.math.BigInteger value)
Sets the value of the maxWait property.

Parameters:
value - allowed object is BigInteger

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object


Copyright © 2011 evolveum. All Rights Reserved.