Uses of Interface
com.googlecode.jpattern.core.command.IResult

Packages that use IResult
com.googlecode.jpattern.core.command   
 

Uses of IResult in com.googlecode.jpattern.core.command
 

Classes in com.googlecode.jpattern.core.command that implement IResult
 class CommandResult
           
 

Methods in com.googlecode.jpattern.core.command that return IResult
 IResult ICommand.exec()
           
 IResult NullCommand.exec()
           
 IResult ACommand.exec()
           
 IResult ICommand.rollback()
           
 IResult NullCommand.rollback()
           
 IResult ACommand.rollback()
           
 IResult ICommand.rollback(IResult execResult)
           
 IResult NullCommand.rollback(IResult execResult)
           
 IResult ACommand.rollback(IResult execResult)
           
 

Methods in com.googlecode.jpattern.core.command with parameters of type IResult
protected abstract  void ACommand.internalRollBack(IResult rollBackResult)
           
protected abstract  void ACommand.result(IResult result)
           
 IResult ICommand.rollback(IResult execResult)
           
 IResult NullCommand.rollback(IResult execResult)
           
 IResult ACommand.rollback(IResult execResult)
           
 



Copyright © 2011. All Rights Reserved.