292293294295296297298299300301302
TSListener l = (TSListener) enumm.nextElement (); try { if ( init ) { l.init ( before , properties_ ); } else { l.shutdown ( before ); } } catch ( Exception e ) { Configuration.logWarning ( "Error in TSListener" , e ); }
244245246247248249250251252253254
TSListener l = (TSListener) enumm.nextElement (); try { if ( init ) { l.init ( before , initProperties_ ); } else { l.shutdown ( before ); } } catch ( Exception e ) { LOGGER.logWarning ( "Error in TSListener" , e ); }
290291292293294295296297298299300
288289290291292293294295296297298
TSListener l = (TSListener) enumm.nextElement (); try { if ( init ) { l.init ( before , properties_ ); } else { l.shutdown ( before ); } } catch ( Exception e ) { LOGGER.logWarning ( "Error in TSListener" , e ); }