public interface IKThread
Modifier and Type | Field and Description |
---|---|
static short |
ERROR |
static short |
OK |
static String[] |
status |
static short |
SWAMPED |
static short |
UNKNOWN |
static short |
WIGGED_OUT |
static short |
WORKING |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentJob()
Thread's current task.
|
String |
getHealth()
Thread health.
|
String |
getLastJob()
Thread's last task.
|
int |
getNumActiveActions()
Number of actions managed by the thread.
|
void |
ringIn()
A ping a thread should call to indicate it is still alive.
|
String |
status()
Thread status.
|
void |
updateJob(String job)
Update current job.
|
static final short OK
static final short UNKNOWN
static final short WORKING
static final short SWAMPED
static final short WIGGED_OUT
static final short ERROR
static final String[] status
String getHealth()
String status()
void ringIn()
String getLastJob()
String getCurrentJob()
int getNumActiveActions()
void updateJob(String job)
© Copyright IBM Corp. 2013. All rights reserved.