public class SessionPoolType extends TExtensibilityElementImpl
Java class for SessionPoolType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SessionPoolType"> <complexContent> <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement"> <attribute name="lowWaterMark" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" default="20" /> <attribute name="highWaterMark" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" default="500" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
highWaterMark |
protected Integer |
lowWaterMark |
required
Constructor and Description |
---|
SessionPoolType() |
Modifier and Type | Method and Description |
---|---|
int |
getHighWaterMark()
Gets the value of the highWaterMark property.
|
int |
getLowWaterMark()
Gets the value of the lowWaterMark property.
|
boolean |
isSetHighWaterMark() |
boolean |
isSetLowWaterMark() |
void |
setHighWaterMark(int value)
Sets the value of the highWaterMark property.
|
void |
setLowWaterMark(int value)
Sets the value of the lowWaterMark property.
|
void |
unsetHighWaterMark() |
void |
unsetLowWaterMark() |
getElementType, getRequired, setElementType, setRequired
isRequired, isSetRequired, setRequired, unsetRequired
protected Integer lowWaterMark
protected Integer highWaterMark
public void setLowWaterMark(int value)
public void unsetLowWaterMark()
public boolean isSetLowWaterMark()
public int getLowWaterMark()
public void setHighWaterMark(int value)
public void unsetHighWaterMark()
public boolean isSetHighWaterMark()
public int getHighWaterMark()
Apache CXF