if (log.isDebugEnabled()) {
log.debug("Enter: DefaultConfigurationManager::unloadServiceGroups");
}
UnloadServiceGroupsCommand command = new UnloadServiceGroupsCommand();
command.setServiceGroupNames(serviceGroupNames);
send(command);
if (log.isDebugEnabled()) {
log.debug("Exit: DefaultConfigurationManager::unloadServiceGroups");
}