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

Packages that use IResult
com.googlecode.jpattern.core.command   
com.googlecode.jpattern.core.commandfacade   
com.googlecode.jpattern.service.transaction   
 

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

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

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

Subinterfaces of IResult in com.googlecode.jpattern.core.commandfacade
 interface ICommandFacadeResult<E>
           
 

Classes in com.googlecode.jpattern.core.commandfacade that implement IResult
 class CommandFacadeResult<E>
           
 class NullCommandFacadeResult<T>
           
 

Uses of IResult in com.googlecode.jpattern.service.transaction
 

Methods in com.googlecode.jpattern.service.transaction with parameters of type IResult
 void ATransactionManager.closeTransaction(IProvider provider, IResult result)
          Close the current transaction.
 



Copyright © 2011. All Rights Reserved.