orca.drivers
Class Action

java.lang.Object
  extended by orca.drivers.Action

public class Action
extends java.lang.Object

Holds an executing thread and an action id


Field Summary
 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 Summary
Action(java.lang.String actionKey, java.lang.Integer actionId, java.lang.Thread thread)
          Creates a new action record.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thread

public java.lang.Thread thread
Thread executing the action.


actionId

public java.lang.Integer actionId
Action identifier.


actionKey

public java.lang.String actionKey
Action key


done

public boolean done
Completion flag.


exitCode

public int exitCode
Exit code.


out

public java.util.Properties out
Output properties.

Constructor Detail

Action

public Action(java.lang.String actionKey,
              java.lang.Integer actionId,
              java.lang.Thread thread)
Creates a new action record.

Parameters:
actionId - action identifier
thread - thread executing the action


Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.