270271272273274275276277278279280
{ ((LoadCallback) pc).jdoPostLoad(); } catch (Exception e) { throw new JDOUserCallbackException(LOCALISER.msg("025001", "jdoPostLoad"), e); } } for (LifecycleListenerForClass listener : getListenersWorkingCopy()) {
314315316317318319320321322
{ ((DetachCallback) pc).jdoPreDetach(); } catch (Exception e) { throw new JDOUserCallbackException(LOCALISER.msg("025001", "jdoPreDetach"), e); } } }
334335336337338339340341342343344
{ ((DetachCallback) detachedPC).jdoPostDetach(pc); } catch (Exception e) { throw new JDOUserCallbackException(LOCALISER.msg("025001", "jdoPostDetach"), e); } } for (LifecycleListenerForClass listener : getListenersWorkingCopy()) {
369370371372373374375376377
{ ((AttachCallback) pc).jdoPreAttach(); } catch (Exception e) { throw new JDOUserCallbackException(LOCALISER.msg("025001", "jdoPreAttach"), e); } } }
118119120121122123124125126
{ ((StoreCallback) pc).jdoPreStore(); } catch (Exception e) { throw new JDOUserCallbackException(LOCALISER.msg("025001", "jdoPreStore"), e); } } }
164165166167168169170171172
{ ((ClearCallback) pc).jdoPreClear(); } catch (Exception e) { throw new JDOUserCallbackException(LOCALISER.msg("025001", "jdoPreClear"), e); } } }
210211212213214215216217218
{ ((DeleteCallback) pc).jdoPreDelete(); } catch (Exception e) { throw new JDOUserCallbackException(LOCALISER.msg("025001", "jdoPreDelete"), e); } } }
328329330331332333334335336
348349350351352353354355356357358
{ ((DetachCallback) detachedPC).jdoPostDetach(pc); } catch (Exception e) { throw new JDOUserCallbackException(LOCALISER.msg("025001", "jdoPostDetach"), e); } } Iterator iter = getListenersWorkingCopy().iterator(); while (iter.hasNext())
387388389390391392393394395