Package com.sun.syndication.aqueduct.prevayler

Examples of com.sun.syndication.aqueduct.prevayler.SyndFeedSystem.reset()


     * @param executionTime     The transation time
     */
    public void executeOn(Object prevalentSystem, Date executionTime)
    {
        SyndFeedSystem system = (SyndFeedSystem) prevalentSystem;
        system.reset();
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.