153154155156157158159160161162163
public FetchPlan getFetchPlan() { assertNotCloseInvoked(); _broker.lock(); try { FetchConfiguration fc = _broker.getFetchConfiguration(); FetchPlan fp = _plans.get(fc); if (fp == null) { fp = _emf.toFetchPlan(_broker, fc); _plans.put(fc, fp); }