if (_accessLog instanceof LifeCycle)
try { ((LifeCycle) _accessLog).stop(); } catch (Throwable t) { Log.warn(t); }
super.doStop();
mex.ifExceptionThrow();
}
public SipConnector findConnector(int type, InetAddress addr)
{
for (int i = 0; i < _connectors.length; i++)