this.selectionRegistration = this.selectionChannel
.getRegistration();
this.selectionRegistration
.setInterestOperations(SelectionKey.OP_READ);
this.selectionRegistration
.setListener(new SelectionListener() {
public void onSelected() {
if (Context.getCurrentLogger()
.isLoggable(Level.FINER)) {
Context.getCurrentLogger()
.log(Level.FINER,