[jboss-jira] [JBoss JIRA] Created: (JBRULES-1995) Expose the firelimit option on the StatelessSession.

Guy Tuberson (JIRA) jira-events at lists.jboss.org
Fri Mar 6 10:00:23 EST 2009


Expose the firelimit option on the StatelessSession.
----------------------------------------------------

                 Key: JBRULES-1995
                 URL: https://jira.jboss.org/jira/browse/JBRULES-1995
             Project: JBoss Drools
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: drools-core
    Affects Versions: 5.0.0.M5
            Reporter: Guy Tuberson
            Assignee: Mark Proctor


Expose the firelimit option on the StatelessSession.  The reason being, is that I would like to use the sequential mode feature described in the Drools Expert documentation and to also limit the rule firing to one rule.

Please add the following API to the StatelessSession:

    void execute(Collection collection, int fireLimit);
    StatelessSessionResult executeWithResults(Collection collection, int fireLimit);

or add the following API that sets the fireLimit for the session:

    void setFireLimit(int fireLimit);


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list