Package org.objectweb.speedo.pobjects.userid

Examples of org.objectweb.speedo.pobjects.userid.LinkedIntUserId.writeF1()


        oid = Alea.rand(0, sctx.dbSize - 1);
        oUserId = (LinkedIntUserId) pm.getObjectById(sctx.oids[oid], false);
        if (debug) {
          logger.log(BasicLevel.DEBUG, "Writing object " + oid);
        }
        oUserId.writeF1(sctx.nbWritePersistent, f1);
        Assert.assertEquals("Write error", f1, oUserId.getF1());
      }
      commitTx(pm, task, threadId, txId);
      res.endTest();
    } catch (JDOFatalException e) {
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.