this.writableSelectionChannel = createWritableSelectionChannel();
if (getHelper().isTracing()) {
this.readableSelectionChannel = new ReadableTraceChannel(
this.readableSelectionChannel);
this.writableSelectionChannel = new WritableTraceChannel(
this.writableSelectionChannel);
}
}