public class PublicQueryMessage extends Message implements IntCallback.MessageWithCallback
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE_CONSUMER_COUNT |
static int |
CLEAR |
static int |
COUNT |
static int |
COUNT_READY |
static int |
INTERNAL_RUNNABLE |
static int |
JOB_STATUS |
static int |
SCHEDULER_START |
static int |
START |
static int |
STOP |
| Constructor and Description |
|---|
PublicQueryMessage() |
| Modifier and Type | Method and Description |
|---|---|
IntCallback |
getCallback() |
java.lang.String |
getStringArg() |
int |
getWhat() |
protected void |
onRecycled() |
void |
set(int what,
IntCallback callback) |
void |
set(int what,
java.lang.String stringArg,
IntCallback callback) |
void |
setCallback(IntCallback callback) |
java.lang.String |
toString() |
public static final int COUNT
public static final int COUNT_READY
public static final int START
public static final int STOP
public static final int JOB_STATUS
public static final int CLEAR
public static final int ACTIVE_CONSUMER_COUNT
public static final int SCHEDULER_START
public static final int INTERNAL_RUNNABLE
public void set(int what,
IntCallback callback)
public void set(int what,
java.lang.String stringArg,
IntCallback callback)
public IntCallback getCallback()
public int getWhat()
public java.lang.String getStringArg()
public void setCallback(IntCallback callback)
setCallback in interface IntCallback.MessageWithCallbackprotected void onRecycled()
onRecycled in class Messagepublic java.lang.String toString()
toString in class java.lang.Object