theory.smart.axiom.accounting
Interface  PostingRule
- All Known Subinterfaces: 
- DefaultPostingRule
- public interface PostingRule- extends BusinessPolicy
A posting rule provides the ability to specify instance specific business logic.  An example would include special handling when the balance exceeds some limits.
- See Also: 
- theory.smart.axiom.accounting.PostingRuleHome,- theory.smart.axiom.accounting.PostingRuleImpl
 
post
public void post(Account acct,
                 AccountEntry entry)
          throws java.rmi.RemoteException,
                 PostingRuleException
- Execute special processing a- 
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.