Пример #1
0
 /**
  * This method fetches the bundle id (symbolic name) of the bundle that defines the command,
  * commandId.
  *
  * @param commandId
  * @return
  */
 protected synchronized String getBundleId(String commandId) {
   return commandToBundleIdMapper.getBundleId(commandId);
 }
Пример #2
0
 public void stopMonitoring() {
   ICommandService commandService = getCommandService();
   if (commandService != null) commandService.removeExecutionListener(executionListener);
   commandToBundleIdMapper.dispose();
 }