public interface Job extends AdminCommandState
AdminCommandState.StateEVENT_STATE_CHANGED| Modifier and Type | Method and Description |
|---|---|
void |
complete(ActionReport report,
Payload.Outbound outbound) |
long |
getCommandCompletionDate() |
long |
getCommandExecutionDate() |
CommandProgress |
getCommandProgress()
Command progress only if it is supported by command
|
AdminCommandEventBroker |
getEventBroker() |
String |
getId()
Id of command instance.
|
File |
getJobsFile() |
String |
getName() |
Payload.Outbound |
getPayload() |
String |
getScope() |
Subject |
getSubject() |
void |
setCommandProgress(CommandProgress commandProgress) |
void |
setJobsFile(File jobsFile) |
complete, getActionReport, getState, isOutboundPayloadEmptyString getId()
getId in interface AdminCommandStateCommandProgress getCommandProgress()
void setCommandProgress(CommandProgress commandProgress)
void complete(ActionReport report, Payload.Outbound outbound)
AdminCommandEventBroker getEventBroker()
Subject getSubject()
String getName()
long getCommandExecutionDate()
Payload.Outbound getPayload()
File getJobsFile()
void setJobsFile(File jobsFile)
String getScope()
long getCommandCompletionDate()
Copyright © 2013. All Rights Reserved.