gecco.server.core
Class ActionReturn
java.lang.Object
|
+--gecco.server.core.ActionReturn
- Direct Known Subclasses:
- ActionReturnCompleted, ActionReturnError, ActionReturnRequeue
- public abstract class ActionReturn
- extends Object
Base class of all types of returns from a routine that handles an Action.
- Author:
- Henrik Bäärnhielm, Karl Hasselström, Henrik Hägerström
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
unitMessage
protected String unitMessage
- Message sent from the action handler.
ActionReturn
public ActionReturn()
getUnitMessage
public String getUnitMessage()
- Gets the message from the action handler.
- Returns:
- The message.