|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.resource.idconnector.configuration_1.PoolConfigOption
public class PoolConfigOption
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 |
---|
protected java.lang.Long minEvictTimeMillis
protected java.lang.Integer minIdle
protected java.lang.Integer maxIdle
protected java.lang.Integer maxObjects
protected java.lang.Long maxWait
Constructor Detail |
---|
public PoolConfigOption()
Method Detail |
---|
public java.lang.Long getMinEvictTimeMillis()
Long
public void setMinEvictTimeMillis(java.lang.Long value)
value
- allowed object is
Long
public java.lang.Integer getMinIdle()
Integer
public void setMinIdle(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getMaxIdle()
Integer
public void setMaxIdle(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getMaxObjects()
Integer
public void setMaxObjects(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Long getMaxWait()
Long
public void setMaxWait(java.lang.Long value)
value
- allowed object is
Long
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |