SynchronousBundleListener
192193194195196197198199200
bundle = context.getBundle(); if (LOG.isDebugEnabled()) { LOG.debug("Using bundle: " + bundle); } tracker = new BundleTracker(context, Bundle.ACTIVE, this); tracker.open(); LOG.info("Camel activator started"); }
193194195196197198199200201