com.googlecode.jpattern.shared.command
Class NullBaseCommand

java.lang.Object
  extended by com.googlecode.jpattern.shared.command.NullBaseCommand
All Implemented Interfaces:
IBaseCommand, Serializable

public class NullBaseCommand
extends Object
implements IBaseCommand

Author:
Francesco Cina' 29/gen/2011
See Also:
Serialized Form

Constructor Summary
NullBaseCommand()
           
 
Method Summary
 IBaseCommandResult exec()
           
 IBaseCommandResult rollback()
           
 IBaseCommandResult rollback(IBaseCommandResult execResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullBaseCommand

public NullBaseCommand()
Method Detail

exec

public IBaseCommandResult exec()
Specified by:
exec in interface IBaseCommand

rollback

public IBaseCommandResult rollback()
Specified by:
rollback in interface IBaseCommand

rollback

public IBaseCommandResult rollback(IBaseCommandResult execResult)
Specified by:
rollback in interface IBaseCommand


Copyright © 2011. All Rights Reserved.