373374375376377378379380
throws ProcessAlreadyExistsException { if (registeredProcessCollection.get(processName) == null) registeredProcessCollection.put(processName, process); else throw new ProcessAlreadyExistsException(processName); }