POAMonitor newMonitor =
(POAMonitor)Class.forName("org.jacorb.poa.POAMonitorLightImpl").newInstance();
newMonitor.init(poaModel, aomModel, queueModel, pmModel, prefix );
newMonitor.configure(configuration);
poaModel.setMonitor(newMonitor);
POAMonitorView tmp = view;
view = null;
tmp._destroy();
}
catch (Throwable exception)
{
if (logger.isWarnEnabled())