BEA Systems, Inc.

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

Method Summary
 void post(Account acct, AccountEntry entry)
          Execute special processing a
 

Method Detail

post

public void post(Account acct,
                 AccountEntry entry)
          throws java.rmi.RemoteException,
                 PostingRuleException
Execute special processing a

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved