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