|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflux.file.FileActionResult
flux.agent.AgentFileActionResult
public class AgentFileActionResult
Contains listings, in various formats, of files that underwent successful file actions on an agent.
| Field Summary |
|---|
| Fields inherited from class flux.file.FileActionResult |
|---|
failed_count, filenames, successful_count, url_objects, url_strings |
| Method Summary | |
|---|---|
java.util.Date |
getBeginning()
Returns the timestamp at which this process began executing. |
long |
getElapsedTime()
Returns the number of milliseconds that this process executed. |
java.util.Date |
getEnding()
Returns the timestamp at which this process began executing. |
java.lang.String |
getEngineName()
Returns the name of the engine which assigned this process to the agent. |
ErrorResultElement |
getError()
If this agent action ended with an error, returns the error that occurred when the execution of an Action was attempted. |
java.util.Map<java.lang.String,java.lang.String> |
getFilenames()
|
java.lang.String |
getFlowChartName()
Returns the name of the flow chart which assigned this process to the agent. |
AgentProcessCompletionState |
getProcessCompletionState()
Indicates how this process terminated: normally, with an error that occurred when the execution of the process was attempted, after timing out but still running to completion, after being destroyed due to a timeout, after being destroyed when a signal was received, or after being destroyed due to the process being interrupted. |
java.util.Map<java.lang.String,java.lang.String> |
getUrlStrings()
|
| Methods inherited from class flux.file.FileActionResult |
|---|
clone, createdVariable, persistingVariable |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.Date getBeginning()
AgentResult
getBeginning in interface AgentResultpublic long getElapsedTime()
AgentResult
getElapsedTime in interface AgentResultAgentProcessCompletionState.NORMAL,
AgentProcessCompletionState.TIMEOUTpublic java.util.Date getEnding()
AgentResult
getEnding in interface AgentResultAgentProcessCompletionState.NORMAL,
AgentProcessCompletionState.TIMEOUTpublic java.lang.String getEngineName()
AgentResult
getEngineName in interface AgentResultpublic ErrorResultElement getError()
AgentResult
getError in interface AgentResultAgentProcessCompletionState.ERRORpublic java.util.Map<java.lang.String,java.lang.String> getFilenames()
public java.util.Map<java.lang.String,java.lang.String> getUrlStrings()
public java.lang.String getFlowChartName()
AgentResult
getFlowChartName in interface AgentResultpublic AgentProcessCompletionState getProcessCompletionState()
AgentResult
getProcessCompletionState in interface AgentResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||