Package org.objectweb.speedo.pm.jdo.api

Examples of org.objectweb.speedo.pm.jdo.api.JDOPOManagerItf.open()


            // Gets a PM from the pool
            Object pr = managedPM.getResource(null);
      logger.log(BasicLevel.DEBUG, "get a persistenceManager from the pool");
            Component ci = ((Interface) pr).getFcItfOwner();
            JDOPOManagerItf pm = (JDOPOManagerItf) ci.getFcInterface("po-manager");
            pm.open(cs);
            bindPM2Thread(pm);
            pm.addUse();
            return pm;
        } catch (Exception e) {
            throw new JDODataStoreException(
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.