public class ConnectorPoolConfigurationType extends Object implements Serializable, Cloneable, Containerable
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>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_MAX_IDLE |
static QName |
F_MAX_OBJECTS |
static QName |
F_MAX_WAIT |
static QName |
F_MIN_EVICTABLE_IDLE_TIME_MILLIS |
static QName |
F_MIN_IDLE |
static QName |
F_SERIAL_VERSION_UID |
Constructor and Description |
---|
ConnectorPoolConfigurationType() |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ConnectorPoolConfigurationType |
clone() |
boolean |
equals(Object object) |
Integer |
getMaxIdle() |
Integer |
getMaxObjects() |
Integer |
getMaxWait() |
Integer |
getMinEvictableIdleTimeMillis() |
Integer |
getMinIdle() |
int |
hashCode() |
void |
setMaxIdle(Integer value) |
void |
setMaxObjects(Integer value) |
void |
setMaxWait(Integer value) |
void |
setMinEvictableIdleTimeMillis(Integer value) |
void |
setMinIdle(Integer value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_MIN_EVICTABLE_IDLE_TIME_MILLIS
public static final QName F_MIN_IDLE
public static final QName F_MAX_IDLE
public static final QName F_MAX_OBJECTS
public static final QName F_MAX_WAIT
public static final QName F_COMPLEX___TYPE
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public Integer getMinEvictableIdleTimeMillis()
public void setMinEvictableIdleTimeMillis(Integer value)
public Integer getMinIdle()
public void setMinIdle(Integer value)
public Integer getMaxIdle()
public void setMaxIdle(Integer value)
public Integer getMaxObjects()
public void setMaxObjects(Integer value)
public Integer getMaxWait()
public void setMaxWait(Integer value)
public ConnectorPoolConfigurationType clone()
Copyright © 2013 evolveum. All rights reserved.