com.evolveum.midpoint.xml.ns._public.resource.idconnector.configuration_1
Class PoolConfigOption

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.resource.idconnector.configuration_1.PoolConfigOption

public class PoolConfigOption
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="minEvictTimeMillis" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="minIdle" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="maxIdle" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="maxObjects" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="maxWait" type="{http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Integer maxIdle
           
protected  java.lang.Integer maxObjects
           
protected  java.lang.Long maxWait
           
protected  java.lang.Long minEvictTimeMillis
           
protected  java.lang.Integer minIdle
           
 
Constructor Summary
PoolConfigOption()
           
 
Method Summary
 java.lang.Integer getMaxIdle()
          Gets the value of the maxIdle property.
 java.lang.Integer getMaxObjects()
          Gets the value of the maxObjects property.
 java.lang.Long getMaxWait()
          Gets the value of the maxWait property.
 java.lang.Long getMinEvictTimeMillis()
          Gets the value of the minEvictTimeMillis property.
 java.lang.Integer getMinIdle()
          Gets the value of the minIdle property.
 void setMaxIdle(java.lang.Integer value)
          Sets the value of the maxIdle property.
 void setMaxObjects(java.lang.Integer value)
          Sets the value of the maxObjects property.
 void setMaxWait(java.lang.Long value)
          Sets the value of the maxWait property.
 void setMinEvictTimeMillis(java.lang.Long value)
          Sets the value of the minEvictTimeMillis property.
 void setMinIdle(java.lang.Integer value)
          Sets the value of the minIdle property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minEvictTimeMillis

protected java.lang.Long minEvictTimeMillis

minIdle

protected java.lang.Integer minIdle

maxIdle

protected java.lang.Integer maxIdle

maxObjects

protected java.lang.Integer maxObjects

maxWait

protected java.lang.Long maxWait
Constructor Detail

PoolConfigOption

public PoolConfigOption()
Method Detail

getMinEvictTimeMillis

public java.lang.Long getMinEvictTimeMillis()
Gets the value of the minEvictTimeMillis property.

Returns:
possible object is Long

setMinEvictTimeMillis

public void setMinEvictTimeMillis(java.lang.Long value)
Sets the value of the minEvictTimeMillis property.

Parameters:
value - allowed object is Long

getMinIdle

public java.lang.Integer getMinIdle()
Gets the value of the minIdle property.

Returns:
possible object is Integer

setMinIdle

public void setMinIdle(java.lang.Integer value)
Sets the value of the minIdle property.

Parameters:
value - allowed object is Integer

getMaxIdle

public java.lang.Integer getMaxIdle()
Gets the value of the maxIdle property.

Returns:
possible object is Integer

setMaxIdle

public void setMaxIdle(java.lang.Integer value)
Sets the value of the maxIdle property.

Parameters:
value - allowed object is Integer

getMaxObjects

public java.lang.Integer getMaxObjects()
Gets the value of the maxObjects property.

Returns:
possible object is Integer

setMaxObjects

public void setMaxObjects(java.lang.Integer value)
Sets the value of the maxObjects property.

Parameters:
value - allowed object is Integer

getMaxWait

public java.lang.Long getMaxWait()
Gets the value of the maxWait property.

Returns:
possible object is Long

setMaxWait

public void setMaxWait(java.lang.Long value)
Sets the value of the maxWait property.

Parameters:
value - allowed object is Long


Copyright © 2011 evolveum. All Rights Reserved.