Apache CXF API

org.apache.cxf.transport.jms
Class SessionPoolType

java.lang.Object
  extended by org.apache.cxf.wsdl.TExtensibilityElement
      extended by org.apache.cxf.wsdl.TExtensibilityElementImpl
          extended by org.apache.cxf.transport.jms.SessionPoolType
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement

public class SessionPoolType
extends TExtensibilityElementImpl

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


Field Summary
protected  Integer highWaterMark
           
protected  Integer lowWaterMark
           
 
Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement
required
 
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 org.apache.cxf.wsdl.TExtensibilityElementImpl
getElementType, getRequired, setElementType, setRequired
 
Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElement
isRequired, isSetRequired, setRequired, unsetRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lowWaterMark

protected Integer lowWaterMark

highWaterMark

protected Integer highWaterMark
Constructor Detail

SessionPoolType

public SessionPoolType()
Method Detail

setLowWaterMark

public void setLowWaterMark(int value)
Sets the value of the lowWaterMark property.


unsetLowWaterMark

public void unsetLowWaterMark()

isSetLowWaterMark

public boolean isSetLowWaterMark()

getLowWaterMark

public int getLowWaterMark()
Gets the value of the lowWaterMark property.


setHighWaterMark

public void setHighWaterMark(int value)
Sets the value of the highWaterMark property.


unsetHighWaterMark

public void unsetHighWaterMark()

isSetHighWaterMark

public boolean isSetHighWaterMark()

getHighWaterMark

public int getHighWaterMark()
Gets the value of the highWaterMark property.


Apache CXF API

Apache CXF