Uses of Class
org.apache.geronimo.remoting.transport.async.ChannelPool

Packages that use ChannelPool
org.apache.geronimo.remoting.transport.async   
 

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

Methods in org.apache.geronimo.remoting.transport.async that return ChannelPool
 ChannelPool AbstractServer.getChannelPool(URI uri)
          Keeps a map of uri->ChannelPool objects.
 

Methods in org.apache.geronimo.remoting.transport.async with parameters of type ChannelPool
 void ChannelPool.dispatchDatagram(URI to, Msg data, ChannelPool source)
          A ChannelPool will receive data from a Channel and if it is new request, it will forward it to the AsynchChannelServer for it to dispatch the work the appropriate subsystem.
 void ChannelPool.dispatchRequest(URI to, AsyncMsg data, ChannelPool source)
          A ChannelPool will receive data from a Channel and if it is new request, it will forward it to the AsynchChannelServer for it to dispatch the work the appropriate subsystem.
 



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