Uses of Interface
com.googlecode.jpattern.core.IProvider

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

Uses of IProvider in com.googlecode.jpattern.core
 

Classes in com.googlecode.jpattern.core that implement IProvider
 class AApplicationProvider
           
 class NullProvider
           
 

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

Methods in com.googlecode.jpattern.core.command that return IProvider
protected  IProvider ACommand.getProvider()
           
 

Methods in com.googlecode.jpattern.core.command with parameters of type IProvider
abstract  void ICommand.visit(IProvider provider)
           
 void NullCommand.visit(IProvider provider)
           
 void ACommand.visit(IProvider provider)
           
 

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

Constructors in com.googlecode.jpattern.core.commandfacade with parameters of type IProvider
ACommandFacade(IProvider provider)
           
 

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

Methods in com.googlecode.jpattern.service.transaction with parameters of type IProvider
abstract  boolean ATransactionManager.beginTransaction(IProvider provider)
          Begin of a new transaction
 boolean NullTransactionManager.beginTransaction(IProvider provider)
           
 boolean SpringTransactionManager.beginTransaction(IProvider provider)
           
 void ATransactionManager.closeTransaction(IProvider provider, IResult result)
          Close the current transaction.
protected abstract  void ATransactionManager.commit(IProvider provider)
           
protected  void NullTransactionManager.commit(IProvider provider)
           
protected  void SpringTransactionManager.commit(IProvider provider)
           
protected abstract  void ATransactionManager.rollback(IProvider provider)
           
protected  void NullTransactionManager.rollback(IProvider provider)
           
protected  void SpringTransactionManager.rollback(IProvider provider)
           
 



Copyright © 2011. All Rights Reserved.