public class Action
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
actionId
Action identifier.
|
java.lang.String |
actionKey
Action key
|
boolean |
done
Completion flag.
|
int |
exitCode
Exit code.
|
java.util.Properties |
out
Output properties.
|
java.lang.Thread |
thread
Thread executing the action.
|
| Constructor and Description |
|---|
Action(java.lang.String actionKey,
java.lang.Integer actionId,
java.lang.Thread thread)
Creates a new action record.
|
public java.lang.Thread thread
public java.lang.Integer actionId
public java.lang.String actionKey
public boolean done
public int exitCode
public java.util.Properties out
Copyright © 2018 RENCI. All Rights Reserved.