Uses of Interface
org.jboss.remoting.transport.async.ChannelServer

Packages that use ChannelServer
org.jboss.remoting.transport.async   
org.jboss.remoting.transport.async.bio   
 

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

Methods in org.jboss.remoting.transport.async that return ChannelServer
static ChannelServer Registry.createAsynchChannelServer()
          Factory method to create AsynchChannelServer instances.
static ChannelServer Registry.getDefaultServer()
          Gets the system wide AsynchChannelServer.
 

Methods in org.jboss.remoting.transport.async with parameters of type ChannelServer
static void Registry.setDefaultServer(ChannelServer server)
          Sets the application wide server.
 

Uses of ChannelServer in org.jboss.remoting.transport.async.bio
 

Classes in org.jboss.remoting.transport.async.bio that implement ChannelServer
 class BlockingServer
          Provides a Blocking implemenation of the AsynchChannelServer interface.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.