bindPMThread();
assertIsPO(sp, "");
assertPOManager(sp);
if (sp.jdoIsDirty())
throw new JDOUserException("Try to make non-transactional a dirty instance.");
sp.speedoGetState().speedoChangeStatus(LifeCycle.ACTION_MAKENONTRANSACTIONAL);
}
public void makeNontransactionalAll(Object[] pcs) {
if (pcs == null || pcs.length == 0)
return;