|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_1.ConnectorPoolConfigurationType
public class ConnectorPoolConfigurationType
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 |
---|
protected java.math.BigInteger minEvictableIdleTimeMillis
protected java.math.BigInteger minIdle
protected java.math.BigInteger maxIdle
protected java.math.BigInteger maxObjects
protected java.math.BigInteger maxWait
Constructor Detail |
---|
public ConnectorPoolConfigurationType()
Method Detail |
---|
public java.math.BigInteger getMinEvictableIdleTimeMillis()
BigInteger
public void setMinEvictableIdleTimeMillis(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getMinIdle()
BigInteger
public void setMinIdle(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getMaxIdle()
BigInteger
public void setMaxIdle(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getMaxObjects()
BigInteger
public void setMaxObjects(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getMaxWait()
BigInteger
public void setMaxWait(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |