Ejemplo n.º 1
0
  public void removeEntryService(String entryName) throws Exception {

    EntryService entryService = entryServices.remove(entryName);
    if (entryService == null) return;

    entryService.destroy();
  }