com.googlecode.jpattern.shared.command
Interface IBaseCommand

All Superinterfaces:
Serializable
All Known Implementing Classes:
ABaseCommand, NullBaseCommand

public interface IBaseCommand
extends Serializable

Author:
Francesco Cina' 28/gen/2011 An interface representing the Command pattern.

Method Summary
 IBaseCommandResult exec()
           
 IBaseCommandResult rollback()
           
 IBaseCommandResult rollback(IBaseCommandResult execResult)
           
 

Method Detail

exec

IBaseCommandResult exec()

rollback

IBaseCommandResult rollback()

rollback

IBaseCommandResult rollback(IBaseCommandResult execResult)


Copyright © 2011. All Rights Reserved.