113114115116117118119120
// publish the catalog. videoPublisher.publishCatalog(); ridMappings = new HashMap<String, String>(); // Start the event handler PublisherEventHandler handler = new PublisherEventHandler(this, strategy); handler.start(); }
162163164165166167168169
videoPublisher.publishCatalog(); ridMappings = new HashMap<String, String>(); listMappings = new HashMap<Integer, String>(); // Start the event handler PublisherEventHandler handler = new PublisherEventHandler(this, strategy); handler.start(); }