Package org.apache.ode.daohib.bpel

Examples of org.apache.ode.daohib.bpel.ProcessProfileDaoImpl


        ProfilingBpelDAOConnectionImpl(SessionManager sm) {
            super(sm);
        }

        public ProcessProfileDAO createProcessProfile(ProcessDAO process) {
            return new ProcessProfileDaoImpl(_sm, (ProcessDaoImpl)process);
        }
View Full Code Here


        ProfilingBpelDAOConnectionImpl(SessionManager sm) {
            super(sm);
        }
       
        public ProcessProfileDAO createProcessProfile(ProcessDAO process) {
            return new ProcessProfileDaoImpl(_sm, (ProcessDaoImpl)process);
        }
View Full Code Here

TOP

Related Classes of org.apache.ode.daohib.bpel.ProcessProfileDaoImpl

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.