com.googlecode.jpattern.shared.command
Class NullBaseCommand
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullBaseCommand
public NullBaseCommand()
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.