Package com.sun.syndication.aqueduct.prevayler.uuid

Examples of com.sun.syndication.aqueduct.prevayler.uuid.UUIDGen


     * @param syndFeedPrevayler
     */
    public PrevaylerSyndFeedDAO(Prevayler syndFeedPrevayler)
    {
        this.prevayler = syndFeedPrevayler;
        this.uuidGenerator = new UUIDGen();
    }
View Full Code Here

TOP

Related Classes of com.sun.syndication.aqueduct.prevayler.uuid.UUIDGen

Copyright © 2018 www.massapicom. 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.