768769770771772773774775776777778
// Write object state OutputObjectState oState = new OutputObjectState(); if (save_state(oState, ObjectType.ANDPERSISTENT)) { if (aaStore.write_committed(getSavingUid(), type(), oState)) { deactivated = true; } else {
5758596061626364656667
OutputObjectState state = new OutputObjectState(); Uid u = new Uid(); logInformation("Uid is "+u); if (store.write_committed(u, "/StateManager/LockManager/foo", state)) { logInformation("written ok"); passed = true; }
7677787980818283848586
OutputObjectState state = new OutputObjectState(); Uid u = new Uid(); state.packBytes(data); if (store.write_committed(u, "/StateManager/LockManager/foo", state)) { passed = true; } else passed = false;
5657585960616263646566
try { dummyState.packInt(fakeData); ids[i] = new Uid(); objStore.write_committed(ids[i], type, dummyState); } catch (final Exception ex) { ex.printStackTrace(); }
5455565758596061626364
{ kungfuTx.pack(fluff); System.err.println("Creating dummy log"); os.write_committed(kungfuTx, tn, fluff); if (os.currentState(kungfuTx, tn) == ObjectStore.OS_COMMITTED) { System.err.println("Wrote dummy transaction "+kungfuTx);
773774775776777778779780781782783
793794795796797798799800801802803
375376377378379380381382383384385
/* */ { /* 769 */ OutputObjectState oState = new OutputObjectState(); /* */ /* 771 */ if (save_state(oState, 1)) /* */ { /* 773 */ if (aaStore.write_committed(getSavingUid(), type(), oState)) /* */ { /* 775 */ deactivated = true; /* */ } /* */ else /* */ {