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

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

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

Methods in org.jboss.remoting.transport.async with parameters of type ChannelListner
 void Channel.open(InvokerLocator uri, ChannelListner listner)
          opens a connection to another server.
 void Channel.open(ChannelListner listner)
          starts an accepted connection.
 

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

Methods in org.jboss.remoting.transport.async.bio with parameters of type ChannelListner
 void BlockingChannel.open(InvokerLocator remoteURI, ChannelListner listner)
           
 void BlockingChannel.open(ChannelListner listner)
           
 



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