org.perfectjpattern.core.api.behavioral.strategy
Interface IStrategy

All Known Subinterfaces:
IAdaptingStrategy, IChainStrategy, IFinderNamingStrategy, ISessionStrategy, ITransactionStrategy
All Known Implementing Classes:
AllHandleStrategy, ExactMatchAdaptingStrategy, HibernateConfiguredTransactionStrategy, HibernateCurrentSessionStrategy, JpaManagedSessionStrategy, JpaManagedTransactionStrategy, JpaSessionStrategy, JpaTransactionStrategy, JtaTransactionStrategy, NameMatchAdaptingStrategy, OnlyOneHandleStrategy

public interface IStrategy

Strategy Design Pattern: Define a family of algorithms, encapsulate each one, and make them interchangeable. Strategy lets the algorithm vary independently from clients that use it.

Responsibility: Abstract definition of the "Strategy"

Version:
$Revision: 1.0 $ $Date: Nov 6, 2007 9:59:45 PM $
Author:
Giovanni Azua
 



Copyright © 2007-2009. All Rights Reserved.