128129130131132133134135136137138
} else if (type.equals("example-updater")) { updater = new ExampleGraphUpdater(); } else if (type.equals("example-polling-updater")) { updater = new ExamplePollingGraphUpdater(); } } // Configure and activate the updaters try {