9899100101102103104105106107108
boolean left = false; try { valve.enter(); // it's important to retrieve the remotingConnection while inside the Valve remotingConnection = fcc.getRemotingConnection(); return invocation.invokeNext(); }
105106107108109110111112113114115
6465666768697071727374
/* */ } /* */ /* 106 */ boolean left = false; /* */ try /* */ { /* 110 */ valve.enter(); /* */ /* 113 */ remotingConnection = fcc.getRemotingConnection(); /* 114 */ Object localObject1 = invocation.invokeNext(); /* */ return localObject1; /* */ }