stop();
}
_isShuttingDown = false;
ConnectionAcceptor acceptor = null;
ChannelRegistrar processors[] = new ChannelRegistrar[this._serverInfo.getTargetedConnectionProcessors()];
ServerSocketChannel channel = null;
try
{
channel = ServerSocketChannel.open();