Trace.catching(RssPlugin.PLUGIN_ID, RssDebugOptions.EXCEPTIONS_CATCHING, this.getClass(), "", e);
}
public synchronized void putOnTheAir() throws IOException {
trace("Group at port " + port + " on the air");
listener = new Server(threadGroup, port, this);
port = listener.getLocalPort();
isOnTheAir = true;
}