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

Field Summary
protected  String unitMessage
          Message sent from the action handler.
 
Constructor Summary
ActionReturn()
           
 
Method Summary
 String getUnitMessage()
          Gets the message from the action handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unitMessage

protected String unitMessage
Message sent from the action handler.
Constructor Detail

ActionReturn

public ActionReturn()
Method Detail

getUnitMessage

public String getUnitMessage()
Gets the message from the action handler.
Returns:
The message.