Uses of Class
org.jboss.remoting.transport.async.ChannelPool

Packages that use ChannelPool
org.jboss.remoting.transport.async   
 

Uses of ChannelPool in org.jboss.remoting.transport.async
 

Methods in org.jboss.remoting.transport.async that return ChannelPool
static ChannelPool Registry.getChannelPool(InvokerLocator uri)
          Keeps a map of uri->ChannelPool objects.
 

Methods in org.jboss.remoting.transport.async with parameters of type ChannelPool
 void AsyncServerInvoker.dispatchDatagram(byte[] 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 AsyncServerInvoker.dispatchRequest(byte[] data, ChannelPool source, int requestId)
          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 © 2002 JBoss Group, LLC. All Rights Reserved.