com.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_2
Class ConnectorPoolConfigurationType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_2.ConnectorPoolConfigurationType
- All Implemented Interfaces:
- Containerable, java.io.Serializable, java.lang.Cloneable
public class ConnectorPoolConfigurationType
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable, Containerable
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}int" minOccurs="0"/>
<element name="minIdle" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="maxIdle" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="maxObjects" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="maxWait" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
COMPLEX_TYPE
public static final javax.xml.namespace.QName COMPLEX_TYPE
F_MIN_EVICTABLE_IDLE_TIME_MILLIS
public static final javax.xml.namespace.QName F_MIN_EVICTABLE_IDLE_TIME_MILLIS
F_MIN_IDLE
public static final javax.xml.namespace.QName F_MIN_IDLE
F_MAX_IDLE
public static final javax.xml.namespace.QName F_MAX_IDLE
F_MAX_OBJECTS
public static final javax.xml.namespace.QName F_MAX_OBJECTS
F_MAX_WAIT
public static final javax.xml.namespace.QName F_MAX_WAIT
ConnectorPoolConfigurationType
public ConnectorPoolConfigurationType()
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interface Containerable
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
- Description copied from interface:
Containerable
- Setup value to the containerable representation. This is used to after (empty) containerable is created to
initialize it with a correct prism container value.
Note: This method DOES NOT change the container value parent.
- Specified by:
setupContainerValue
in interface Containerable
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
getMinEvictableIdleTimeMillis
public java.lang.Integer getMinEvictableIdleTimeMillis()
setMinEvictableIdleTimeMillis
public void setMinEvictableIdleTimeMillis(java.lang.Integer value)
getMinIdle
public java.lang.Integer getMinIdle()
setMinIdle
public void setMinIdle(java.lang.Integer value)
getMaxIdle
public java.lang.Integer getMaxIdle()
setMaxIdle
public void setMaxIdle(java.lang.Integer value)
getMaxObjects
public java.lang.Integer getMaxObjects()
setMaxObjects
public void setMaxObjects(java.lang.Integer value)
getMaxWait
public java.lang.Integer getMaxWait()
setMaxWait
public void setMaxWait(java.lang.Integer value)
clone
public ConnectorPoolConfigurationType clone()
- Overrides:
clone
in class java.lang.Object
Copyright © 2012 evolveum. All Rights Reserved.