de.phleisch.app.itsucks.persistence.jaxb
Class SerializedDispatcherConfiguration

java.lang.Object
  extended by de.phleisch.app.itsucks.persistence.jaxb.SerializedDispatcherConfiguration

public class SerializedDispatcherConfiguration
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="workerThreads" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="dispatchDelay" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Integer dispatchDelay
           
protected  java.lang.Integer workerThreads
           
 
Constructor Summary
SerializedDispatcherConfiguration()
           
 
Method Summary
 java.lang.Integer getDispatchDelay()
          Gets the value of the dispatchDelay property.
 java.lang.Integer getWorkerThreads()
          Gets the value of the workerThreads property.
 void setDispatchDelay(java.lang.Integer value)
          Sets the value of the dispatchDelay property.
 void setWorkerThreads(java.lang.Integer value)
          Sets the value of the workerThreads property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workerThreads

protected java.lang.Integer workerThreads

dispatchDelay

protected java.lang.Integer dispatchDelay
Constructor Detail

SerializedDispatcherConfiguration

public SerializedDispatcherConfiguration()
Method Detail

getWorkerThreads

public java.lang.Integer getWorkerThreads()
Gets the value of the workerThreads property.

Returns:
possible object is Integer

setWorkerThreads

public void setWorkerThreads(java.lang.Integer value)
Sets the value of the workerThreads property.

Parameters:
value - allowed object is Integer

getDispatchDelay

public java.lang.Integer getDispatchDelay()
Gets the value of the dispatchDelay property.

Returns:
possible object is Integer

setDispatchDelay

public void setDispatchDelay(java.lang.Integer value)
Sets the value of the dispatchDelay property.

Parameters:
value - allowed object is Integer


Copyright © 2008. All Rights Reserved.