public class RunningAction
extends java.lang.Object
| Constructor and Description |
|---|
RunningAction(Action action) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionName() |
long |
getElapsedTime() |
java.util.UUID |
getId() |
java.lang.String |
getThread() |
boolean |
hasError() |
void |
setException(java.lang.Throwable e)
Called by the
ActionServiceImpl if the action generates an exception during invocation. |
public RunningAction(Action action)
action - The action being runpublic java.lang.String getActionName()
public java.lang.String getThread()
public java.util.UUID getId()
public long getElapsedTime()
public void setException(java.lang.Throwable e)
ActionServiceImpl if the action generates an exception during invocation.public boolean hasError()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.