org.apache.activemq.transport.nio
Class SelectorSelection
java.lang.Object
org.apache.activemq.transport.nio.SelectorSelection
public final class SelectorSelection
- extends Object
- Author:
- chirino
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectorSelection
public SelectorSelection(SelectorWorker worker,
SocketChannel socketChannel,
SelectorManager.Listener listener)
throws ClosedChannelException
- Throws:
ClosedChannelException
setInterestOps
public void setInterestOps(int ops)
enable
public void enable()
disable
public void disable()
close
public void close()
onSelect
public void onSelect()
onError
public void onError(Throwable e)
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.