this.context = context;
this.component = component;
}
public synchronized void init() throws JBIException {
ComponentContextImpl context = new ComponentContextImpl(this.context, this.component,
JbiContainer.Factory.getInstance().getEndpoints());
((Component)component.getComponent()).getLifeCycle().init(context);
}