try { return (Bridge)Class.forName(BRIDGE_CLASS).newInstance(); } catch(Exception e) { throw new ServiceEngineException("Error initializing Bridge,cannot continue :" + e); }
Return the thread pool name for the component.returnName of thread pool, if set by the user. Returns null, if nothing is set. return System.getProperty(THREADPOOL);
return System.getProperty(THREADPOOL);