|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectQueueStatusBean
public class QueueStatusBean
QueueStatusBean - The results of an exec call.
| Field Summary | |
|---|---|
String |
callback
|
String |
completed
|
Long |
exitValue
|
String |
id
|
String |
parentId
|
String |
percentComplete
|
JobProfile |
profile
|
JobStatus |
status
|
String |
user
|
| Constructor Summary | |
|---|---|
QueueStatusBean()
|
|
QueueStatusBean(JobState state,
JobStatus status,
JobProfile profile)
Create a new QueueStatusBean |
|
| Method Summary |
|---|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public JobStatus status
public JobProfile profile
public String id
public String parentId
public String percentComplete
public Long exitValue
public String user
public String callback
public String completed
| Constructor Detail |
|---|
public QueueStatusBean()
public QueueStatusBean(JobState state,
JobStatus status,
JobProfile profile)
throws IOException
state - store job statestatus - job statusprofile - job profile
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||