Uses of Class
org.apache.activemq.transport.nio.SelectorSelection

Packages that use SelectorSelection
org.apache.activemq.transport.nio   
 

Uses of SelectorSelection in org.apache.activemq.transport.nio
 

Fields in org.apache.activemq.transport.nio declared as SelectorSelection
protected  SelectorSelection NIOTransport.selection
           
 

Methods in org.apache.activemq.transport.nio that return SelectorSelection
 SelectorSelection SelectorManager.register(java.nio.channels.SocketChannel socketChannel, SelectorManager.Listener listener)
           
 

Methods in org.apache.activemq.transport.nio with parameters of type SelectorSelection
 void SelectorManager.Listener.onError(SelectorSelection selection, java.lang.Throwable error)
           
 void SelectorManager.Listener.onSelect(SelectorSelection selector)
           
 



Copyright © 2005-2015. All Rights Reserved.