/* */ {
/* 1083 */ MBeanOperationInfo op = operations[i];
/* 1084 */ OperationKey opKey = new OperationKey(op.getName(), op.getSignature());
/* 1085 */ InvocationContext ctx = (InvocationContext)this.operationContextMap.get(opKey);
/* */
/* 1087 */ Interceptor dispatcher = ctx.getDispatcher();
/* */
/* 1090 */ if ((!(dispatcher instanceof InvocationContext.NullDispatcher)) && (!(dispatcher instanceof ReflectedDispatcher)))
/* */ continue;
/* 1092 */ Object target = null;
/* 1093 */ dispatcher = null;