102103104105106107108109110111112
Interceptor next = getNext(); Object value = null; try { value = next.invokeHome(mi); } finally { ENCThreadLocalKey.setKey(oldInvokerBinding); // JBAS-4192 clear the container's thread local
6566676869707172737475
/* */ /* 103 */ Interceptor next = getNext(); /* 104 */ Object value = null; /* */ try /* */ { /* 107 */ value = next.invokeHome(mi); /* */ } /* */ finally /* */ { /* 111 */ ENCThreadLocalKey.setKey(oldInvokerBinding); /* */ }