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

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

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

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

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

Methods in org.apache.geronimo.remoting.transport.async.bio with parameters of type ChannelListner
 void BlockingChannel.open(URI remoteURI, URI backConnectURI, ChannelListner listner)
           
 void BlockingChannel.open(ChannelListner listner)
           
 

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

Methods in org.apache.geronimo.remoting.transport.async.nio with parameters of type ChannelListner
 void NonBlockingChannel.open(URI remoteURI, URI backConnectURI, ChannelListner listner)
           
 void NonBlockingChannel.open(ChannelListner listner)
           
 



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