if (getInstrumentation().isEnabled()) {
LOG.fine("Instrumentation is enabled.");
instrumentations = new LinkedList<Instrumentation>();
//regist to the event process
ComponentEventFilter componentEventFilter = new ComponentEventFilter();
EventProcessor ep = bus.getExtension(EventProcessor.class);
if (null != ep) {
ep.addEventListener((EventListener)this, componentEventFilter);
}
}