246247248249250251252253254255256
StateManager sm = om.findStateManager(pc); if (om.getApiAdapter().isDeleted(pc)) { try { sm.locate(); } catch (NucleusObjectNotFoundException ex) { // the instance has been flushed, and it was not found, so we return null return null;