Class JobStateResponse
java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.JobStateResponse
The state of a job.
- Author:
- Donal Fellows
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionMake an instance without any references to other resources.
- 
Method Summary
- 
Field Details- 
keepaliveRefWhere the keepalives go.
- 
machineRefWhere the machine details are.
- 
powerRefWhere the power controls are.
- 
chipRefWhere the chip info is.
- 
proxyRefHow to connect to the proxy. Proxy is its own special protocol.
- 
originalRequestThe original request that created the job. Or at least the non-ignored parts of it.
 
- 
- 
Constructor Details- 
JobStateResponsepublic JobStateResponse()Make an instance without any references to other resources.
 
- 
- 
Method Details- 
getState- Returns:
- The formal state of the job
 
- 
getStartTime- Returns:
- When the job started.
 
- 
getReason- Returns:
- The reason the job was destroyed.
 
- 
getKeepaliveHost- Returns:
- What host (if any) is keeping the job alive?
 
- 
getOwner- Returns:
- Who created the job?
 
- 
getFinishTime- Returns:
- When the job finished.
 
- 
getKeepAliveTime- Returns:
- When the job last had a keep-alive message.
 
 
-