Uses of Class
flux.agent.AgentProcessCompletionState

Packages that use AgentProcessCompletionState
flux.agent Execution of processes on remote computers to increase overall system throughput and to allow processes to run on computers that contain unique resources 
 

Uses of AgentProcessCompletionState in flux.agent
 

Methods in flux.agent that return AgentProcessCompletionState
 AgentProcessCompletionState AgentResult.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.
 AgentProcessCompletionState AgentFileTriggerResult.getProcessCompletionState()
           
 AgentProcessCompletionState AgentProcessActionResult.getProcessCompletionState()
           
 AgentProcessCompletionState AgentFileActionResult.getProcessCompletionState()
           
static AgentProcessCompletionState AgentProcessCompletionState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AgentProcessCompletionState[] AgentProcessCompletionState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



© 2014 Flux Corporation. All rights reserved.