uri, new HashMap( ), RuleRuntime.STATEFUL_SESSION_TYPE );
log( "Got Stateful Rule Session " + uri );
log( ": " + statefulRuleSession );
// add an Object to the statefulRuleSession
log( "Adding browser User-Agent to session: " + userAgent );
statefulRuleSession.addObjects( inputList );
log( "Called addObject on Stateful Rule Session: "
+ statefulRuleSession );
statefulRuleSession.executeRules( );
log( "Called executeRules" );
// extract the Objects from the statefulRuleSession