Uses of Interface
com.sun.jini.jeri.internal.runtime.SelectionManager.SelectionHandler

Packages that use SelectionManager.SelectionHandler
com.sun.jini.jeri.internal.mux   
com.sun.jini.jeri.internal.runtime   
 

Uses of SelectionManager.SelectionHandler in com.sun.jini.jeri.internal.mux
 

Classes in com.sun.jini.jeri.internal.mux that implement SelectionManager.SelectionHandler
private  class SocketChannelConnectionIO.Handler
           
 

Uses of SelectionManager.SelectionHandler in com.sun.jini.jeri.internal.runtime
 

Fields in com.sun.jini.jeri.internal.runtime declared as SelectionManager.SelectionHandler
(package private)  SelectionManager.SelectionHandler SelectionManager.Key.handler
          the supplied callback object for dispatching I/O events
 

Methods in com.sun.jini.jeri.internal.runtime with parameters of type SelectionManager.SelectionHandler
 SelectionManager.Key SelectionManager.register(SelectableChannel channel, SelectionManager.SelectionHandler handler)
          Registers the given SelectableChannel with this SelectionManager.
 

Constructors in com.sun.jini.jeri.internal.runtime with parameters of type SelectionManager.SelectionHandler
SelectionManager.Key(SelectableChannel channel, SelectionManager.SelectionHandler handler)
           
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.