* Signal that the server is started.
*/
public synchronized void started() {
final ManagementChannelAssociation handler = this.handler;
try {
handler.executeRequest(new ServerStartedRequest(), null);
} catch (IOException e) {
throw new RuntimeException(e);
}
}