org.qi4j.library.rest.server.restlet
Class NullCommandResult

java.lang.Object
  extended by org.qi4j.library.rest.server.restlet.NullCommandResult
All Implemented Interfaces:
CommandResult

public class NullCommandResult
extends java.lang.Object
implements CommandResult

The command has no result at all (ignore it).


Constructor Summary
NullCommandResult()
           
 
Method Summary
 java.lang.Object getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullCommandResult

public NullCommandResult()
Method Detail

getResult

public java.lang.Object getResult()
Specified by:
getResult in interface CommandResult