public void start(String bus_name, String props) {
try {
bus=new NotificationBus(bus_name, props);
bus.setConsumer(this);
bus.start();
//System.out.println("Getting the cache from coordinator:");
//cache=(Vector)bus.getCacheFromCoordinator(3000, 3);
//if(cache == null) cache=new Vector();