com.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_1
Class ConnectorPoolConfigurationType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_1.ConnectorPoolConfigurationType
All Implemented Interfaces:
java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class ConnectorPoolConfigurationType
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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>
 

See Also:
Serialized Form

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

minEvictableIdleTimeMillis

protected java.math.BigInteger minEvictableIdleTimeMillis

minIdle

protected java.math.BigInteger minIdle

maxIdle

protected java.math.BigInteger maxIdle

maxObjects

protected java.math.BigInteger maxObjects

maxWait

protected java.math.BigInteger maxWait

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
Constructor Detail

ConnectorPoolConfigurationType

public ConnectorPoolConfigurationType()
Method Detail

getMinEvictableIdleTimeMillis

public java.math.BigInteger getMinEvictableIdleTimeMillis()
Gets the value of the minEvictableIdleTimeMillis property.

Returns:
possible object is BigInteger

setMinEvictableIdleTimeMillis

public void setMinEvictableIdleTimeMillis(java.math.BigInteger value)
Sets the value of the minEvictableIdleTimeMillis property.

Parameters:
value - allowed object is BigInteger

getMinIdle

public java.math.BigInteger getMinIdle()
Gets the value of the minIdle property.

Returns:
possible object is BigInteger

setMinIdle

public void setMinIdle(java.math.BigInteger value)
Sets the value of the minIdle property.

Parameters:
value - allowed object is BigInteger

getMaxIdle

public java.math.BigInteger getMaxIdle()
Gets the value of the maxIdle property.

Returns:
possible object is BigInteger

setMaxIdle

public void setMaxIdle(java.math.BigInteger value)
Sets the value of the maxIdle property.

Parameters:
value - allowed object is BigInteger

getMaxObjects

public java.math.BigInteger getMaxObjects()
Gets the value of the maxObjects property.

Returns:
possible object is BigInteger

setMaxObjects

public void setMaxObjects(java.math.BigInteger value)
Sets the value of the maxObjects property.

Parameters:
value - allowed object is BigInteger

getMaxWait

public java.math.BigInteger getMaxWait()
Gets the value of the maxWait property.

Returns:
possible object is BigInteger

setMaxWait

public void setMaxWait(java.math.BigInteger value)
Sets the value of the maxWait property.

Parameters:
value - allowed object is BigInteger

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object


Copyright © 2012 evolveum. All Rights Reserved.