Package org.objectweb.speedo.mim.api

Examples of org.objectweb.speedo.mim.api.StateItf.makePersistent()


            logger.log(BasicLevel.DEBUG,
                    "New persistent instance, identifier=" + po.getPName());
        }
        if (map == null) {
          //call the po to make persistent the reference field
          state.makePersistent(this);
        } else {
          //call the po to make persistent the reference field, with the map context
          state.makePersistentOnAttach(this, map);
        }
        po.speedoGetHome().sendEvent(HomeItf.POST_NEW, po, null);
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.