74757677787980
CommitCommand command = new CommitCommand(); send(command); } public void exceptionOccurred(Throwable throwable) throws ClusteringFault { sender.sendToGroup(new ExceptionCommand(throwable)); }
146147148149150151152
log.debug("Exit: DefaultConfigurationManager::unloadServiceGroups"); } } protected void send(Throwable throwable) throws ClusteringFault { sender.sendToGroup(new ExceptionCommand(throwable)); }