Uses of Interface
org.apache.geronimo.remoting.transport.async.Channel

Packages that use Channel
org.apache.geronimo.remoting.transport.async   
org.apache.geronimo.remoting.transport.async.bio   
org.apache.geronimo.remoting.transport.async.nio   
 

Uses of Channel in org.apache.geronimo.remoting.transport.async
 

Methods in org.apache.geronimo.remoting.transport.async that return Channel
 Channel TransportFactory.createAsynchChannel()
          Factory method to create AsynchChannel instances.
 

Methods in org.apache.geronimo.remoting.transport.async with parameters of type Channel
 void ChannelPool.associate(Channel c)
          Associate a channel to the pool.
 

Uses of Channel in org.apache.geronimo.remoting.transport.async.bio
 

Classes in org.apache.geronimo.remoting.transport.async.bio that implement Channel
 class BlockingChannel
          The Blocking implementation of the AsynchChannel interface.
 

Uses of Channel in org.apache.geronimo.remoting.transport.async.nio
 

Classes in org.apache.geronimo.remoting.transport.async.nio that implement Channel
 class NonBlockingChannel
          The Blocking implementation of the AsynchChannel interface.
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.