com.ibm.commerce.rules
Interface RuleServiceConfigurationBlock


public interface RuleServiceConfigurationBlock

A block of code to which a RuleServiceConfiguration can be sent to execute. Used by internal iterators on classes that maintain a collection of rule service configurations.

See Also:
com.ibm.commerce.services.Block

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void execute(RuleServiceConfiguration each)
          The code to execute on the specified rule service configuration.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

execute

public void execute(RuleServiceConfiguration each)
The code to execute on the specified rule service configuration.