|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.phleisch.app.itsucks.persistence.jaxb.SerializedDispatcherConfiguration
public class SerializedDispatcherConfiguration
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 |
|---|
protected java.lang.Integer workerThreads
protected java.lang.Integer dispatchDelay
| Constructor Detail |
|---|
public SerializedDispatcherConfiguration()
| Method Detail |
|---|
public java.lang.Integer getWorkerThreads()
Integerpublic void setWorkerThreads(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getDispatchDelay()
Integerpublic void setDispatchDelay(java.lang.Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||