com.beasys.commerce.foundation
Interface BusinessPolicy

All Superinterfaces
BusinessSmartComponent, Serializable
All Known Subinterfaces:
TransitionPolicy
All Known Implementing Classes:
TransitionPolicyImpl

public interface BusinessPolicy
extends BusinessSmartComponent

A business policy provides for the implementation of instance specific methods, commonly referred to as the Strategy Pattern (Gamma et al) or the Individual Instance Method Pattern (Fowler). For each BusinessPolicy, there is a corresponding home and implementation class. Specialized policies can then be created by deriving from the policy's implementation class and programming different business logic.

See Also
BusinessPolicyManager



Copyright © 2006 BEA Systems, Inc. All Rights Reserved