story.dbcore.admin
Class CommandReturn

java.lang.Object
  extended by story.dbcore.admin.CommandReturn
All Implemented Interfaces:
RenderableObject

public class CommandReturn
extends java.lang.Object
implements RenderableObject


Field Summary
static CommandReturn COMMAND_BUFFERED
           
 
Constructor Summary
CommandReturn(java.lang.Object returnValue, Executable undoSequence)
           
 
Method Summary
 java.lang.Object getReturnValue()
           
 Executable getUndoSequence()
           
 java.lang.StringBuffer render()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMAND_BUFFERED

public static final CommandReturn COMMAND_BUFFERED
Constructor Detail

CommandReturn

public CommandReturn(java.lang.Object returnValue,
                     Executable undoSequence)
              throws Scheherexception
Throws:
Scheherexception
Method Detail

getReturnValue

public java.lang.Object getReturnValue()

getUndoSequence

public Executable getUndoSequence()
                           throws Scheherexception
Throws:
Scheherexception

render

public java.lang.StringBuffer render()
                              throws Scheherexception
Specified by:
render in interface RenderableObject
Throws:
Scheherexception


Copyright © 2011 David K. Elson. All Rights Reserved.