|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjs.dev.Params
public class Params
The base class which sends the parameters to the server.
Constructor Summary | |
---|---|
Params()
This default constructor which sets the priority to PRIORITY.LOW. |
|
Params(PRIORITY value)
Constructor. |
Method Summary | |
---|---|
PRIORITY |
getPriority()
|
void |
setPriority(PRIORITY value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Params()
public Params(PRIORITY value)
value
- the value to set.Method Detail |
---|
public final PRIORITY getPriority()
public final void setPriority(PRIORITY value)
value
- the priority to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |