Пример #1
0
 public int removeEndpoints(String pattern) throws Exception {
   // endpoints is always removed from JMX if removed from context
   Collection<Endpoint> removed = context.removeEndpoints(pattern);
   return removed.size();
 }