c4jason
Class PendingAction

java.lang.Object
  extended by c4jason.PendingAction

public class PendingAction
extends java.lang.Object


Constructor Summary
PendingAction(long actionId, Structure action, ActionExec actionExec)
           
 
Method Summary
 Structure getAction()
           
 ActionExec getActionExec()
           
 long getActionId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PendingAction

public PendingAction(long actionId,
                     Structure action,
                     ActionExec actionExec)
Method Detail

getActionId

public long getActionId()

getAction

public Structure getAction()

getActionExec

public ActionExec getActionExec()


>DEIS - University of Bologna