* @return An Integer indicating the number of newly-inserted SyndFeeds.
*/
public Object executeAndQuery(Object prevalentSystem, Date executionTime)
{
SyndFeedSystem system = (SyndFeedSystem) prevalentSystem;
return new Integer(system.insertFeeds(syndFeeds));
}
}