Constructor and Description |
---|
Job(HttpProxyBroker proxy) |
Modifier and Type | Method and Description |
---|---|
Action |
clear(Action action)
Performs clear action.
|
Action |
clear(Action action,
String correlationId)
Performs clear action.
|
Action |
clear(Action action,
String correlationId,
Boolean async)
Performs clear action.
|
Action |
end(Action action)
Performs end action.
|
Action |
end(Action action,
String correlationId)
Performs end action.
|
Action |
end(Action action,
String correlationId,
Boolean async)
Performs end action.
|
JobSteps |
getSteps()
Gets the value of the JobSteps property.
|
getAutoCleared, getEndTime, getExternal, getLastUpdated, getOwner, getStartTime, getStatus, isSetAutoCleared, isSetEndTime, isSetExternal, isSetLastUpdated, isSetOwner, isSetStartTime, isSetStatus, setAutoCleared, setEndTime, setExternal, setLastUpdated, setOwner, setStartTime, setStatus
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public Job(HttpProxyBroker proxy)
proxy
- HttpProxyBrokerpublic Action clear(Action action) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
action
- Action
[action.async] [action.grace_period.expiry]
Action
org.apache.http.client.ClientProtocolException
- Signals that HTTP/S protocol error has occurred.ServerException
- Signals that an oVirt api error has occurred.IOException
- Signals that an I/O exception of some sort has occurred.public Action clear(Action action, String correlationId) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
action
- Action
[action.async] [action.grace_period.expiry]
correlationId
- [any string]
Action
org.apache.http.client.ClientProtocolException
- Signals that HTTP/S protocol error has occurred.ServerException
- Signals that an oVirt api error has occurred.IOException
- Signals that an I/O exception of some sort has occurred.public Action clear(Action action, String correlationId, Boolean async) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
action
- Action
[action.async] [action.grace_period.expiry]
correlationId
- [any string]
async
- [true|false]
Action
org.apache.http.client.ClientProtocolException
- Signals that HTTP/S protocol error has occurred.ServerException
- Signals that an oVirt api error has occurred.IOException
- Signals that an I/O exception of some sort has occurred.public Action end(Action action) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
action
- Action
action.status.state [action.force] [action.async] [action.grace_period.expiry]
Action
org.apache.http.client.ClientProtocolException
- Signals that HTTP/S protocol error has occurred.ServerException
- Signals that an oVirt api error has occurred.IOException
- Signals that an I/O exception of some sort has occurred.public Action end(Action action, String correlationId) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
action
- Action
action.status.state [action.force] [action.async] [action.grace_period.expiry]
correlationId
- [any string]
Action
org.apache.http.client.ClientProtocolException
- Signals that HTTP/S protocol error has occurred.ServerException
- Signals that an oVirt api error has occurred.IOException
- Signals that an I/O exception of some sort has occurred.public Action end(Action action, String correlationId, Boolean async) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
action
- Action
action.status.state [action.force] [action.async] [action.grace_period.expiry]
correlationId
- [any string]
async
- [true|false]
Action
org.apache.http.client.ClientProtocolException
- Signals that HTTP/S protocol error has occurred.ServerException
- Signals that an oVirt api error has occurred.IOException
- Signals that an I/O exception of some sort has occurred.Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0