/**
* Init the component.
* @throws org.ow2.easybeans.component.api.EZBComponentException exception.
*/
public void init() throws EZBComponentException {
this.jmxNotifier = new JMXNotifier();
this.auditedObjects = new Vector<EZBJ2EEManagedObject>();
}