|
||||||||||
| 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 | |
|---|---|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
static javax.xml.namespace.QName |
F_MAX_IDLE
|
static javax.xml.namespace.QName |
F_MAX_OBJECTS
|
static javax.xml.namespace.QName |
F_MAX_WAIT
|
static javax.xml.namespace.QName |
F_MIN_EVICTABLE_IDLE_TIME_MILLIS
|
static javax.xml.namespace.QName |
F_MIN_IDLE
|
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 | |
|---|---|
boolean |
equals(java.lang.Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
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. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
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, finalize, getClass, 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
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_MIN_EVICTABLE_IDLE_TIME_MILLIS
public static final javax.xml.namespace.QName F_MIN_IDLE
public static final javax.xml.namespace.QName F_MAX_IDLE
public static final javax.xml.namespace.QName F_MAX_OBJECTS
public static final javax.xml.namespace.QName F_MAX_WAIT
| Constructor Detail |
|---|
public ConnectorPoolConfigurationType()
| Method Detail |
|---|
public java.math.BigInteger getMinEvictableIdleTimeMillis()
BigIntegerpublic void setMinEvictableIdleTimeMillis(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMinIdle()
BigIntegerpublic void setMinIdle(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaxIdle()
BigIntegerpublic void setMaxIdle(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaxObjects()
BigIntegerpublic void setMaxObjects(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaxWait()
BigIntegerpublic void setMaxWait(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String toString()
toString in class java.lang.Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||