Examples of PBFactory


Examples of org.apache.cocoon.ojb.broker.components.PBFactory

public class PersistenceFlow extends AbstractContinuable {

    private transient PersistenceBroker broker = null;

    public PersistenceFlow() {
        PBFactory factory = (PBFactory)getComponent(PBFactory.ROLE);
        broker = factory.defaultPersistenceBroker();
        releaseComponent(factory);
    }
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.