147148149150151152153154155156157
/* 183 */ log.warn("Unable to passivate due to ctx lock, id=" + id); /* */ } /* */ } /* */ finally /* */ { /* 188 */ lock.releaseSync(); /* 189 */ this.container.getLockManager().removeLockRef(id); /* */ } /* */ } /* */ } /* */
7475767778798081828384
/* */ /* 154 */ cache.insert(ctx); /* */ } /* */ finally /* */ { /* 158 */ lock.releaseSync(); /* 159 */ container.getLockManager().removeLockRef(ctx.getCacheKey()); /* */ } /* */ /* 163 */ InstanceCache cache = obj; /* */ return cache;
150151152153154155156157158159160
/* */ } /* */ } /* */ finally /* */ { /* 230 */ if (lockedBean) /* 231 */ lock.releaseSync(); /* 232 */ getContainer().getLockManager().removeLockRef(id); /* */ } /* */ } /* */ /* */ public void release(EnterpriseContext ctx)