Exemple #1
0
 /** Rmoves the filter introduced by {@link #addLocalExecutionInterceptor(CallableFilter)}. */
 public void removeLocalExecutionInterceptor(CallableFilter filter) {
   executor.removeFilter(filter);
 }