public interface PrintJobStatus
| Modifier and Type | Interface and Description |
|---|---|
static class |
PrintJobStatus.Status
The status type.
|
| Modifier and Type | Method and Description |
|---|---|
AccessAssertion |
getAccess()
Get the access information.
|
java.lang.String |
getAppId()
Get the app ID.
|
java.util.Date |
getCompletionDate()
Get the completion time (as date).
|
java.lang.Long |
getCompletionTime()
Get the completion time (as long).
|
long |
getElapsedTime()
Get elapsed time.
|
PrintJobEntry |
getEntry()
Get the entry.
|
java.lang.String |
getError()
Get the error message.
|
java.lang.String |
getReferenceId()
Get the reference ID.
|
long |
getRequestCount()
Get the request count.
|
PrintJobResult |
getResult()
Get the result.
|
java.util.Date |
getStartDate()
Get the start time (as date).
|
long |
getStartTime()
Get the start time (as long).
|
PrintJobStatus.Status |
getStatus()
Get the status.
|
long |
getWaitingTime()
Get the estimated waiting time for the job to finish.
|
boolean |
isDone()
is the job done?
|
void |
setWaitingTime(long waitingTime)
Set the estimated waiting time for the job to finish (this is a transient value).
|
PrintJobEntry getEntry()
java.lang.String getReferenceId()
java.lang.String getAppId()
java.util.Date getStartDate()
long getStartTime()
AccessAssertion getAccess()
java.lang.Long getCompletionTime()
java.util.Date getCompletionDate()
long getRequestCount()
java.lang.String getError()
PrintJobStatus.Status getStatus()
PrintJobResult getResult()
long getElapsedTime()
boolean isDone()
long getWaitingTime()
void setWaitingTime(long waitingTime)
waitingTime - the waiting time