js.dev
Class CancelCommandParams
java.lang.Object
js.dev.Params
js.dev.CancelCommandParams
- All Implemented Interfaces:
- java.io.Serializable
public class CancelCommandParams
- extends Params
- implements java.io.Serializable
This class is used to cancel one or all commands in the
server's command queue.
- Author:
- soldan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CancelCommandParams
public CancelCommandParams()
- Constructor.
CancelCommandParams
public CancelCommandParams(boolean value)
- Constructor.
- Parameters:
value
- the value to set.
getSerialVersionUID
public static final long getSerialVersionUID()
- Returns:
- the serialVersionUID.
isCancelAll
public final boolean isCancelAll()
- Returns:
- the cancelAll.
setCancelAll
public final void setCancelAll(boolean value)
- Parameters:
value
- the value to set.