|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transport.jms.SessionPoolType
public class SessionPoolType
JMS Session pool configuration policy
Java class for SessionPoolType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SessionPoolType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="highWaterMark" type="{http://www.w3.org/2001/XMLSchema}int" default="500" />
<attribute name="lowWaterMark" type="{http://www.w3.org/2001/XMLSchema}int" default="20" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Integer |
highWaterMark
|
protected java.lang.Integer |
lowWaterMark
|
| Constructor Summary | |
|---|---|
SessionPoolType()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Integer highWaterMark
protected java.lang.Integer lowWaterMark
| Constructor Detail |
|---|
public SessionPoolType()
| Method Detail |
|---|
public int getHighWaterMark()
Integerpublic void setHighWaterMark(int value)
value - allowed object is
Integerpublic boolean isSetHighWaterMark()
public void unsetHighWaterMark()
public int getLowWaterMark()
Integerpublic void setLowWaterMark(int value)
value - allowed object is
Integerpublic boolean isSetLowWaterMark()
public void unsetLowWaterMark()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||