org.activeio
Interface AsyncChannelFactory

All Known Implementing Classes:
ChannelFactory, NIOAsyncChannelFactory, SyncToAsyncChannelFactory, VMPipeAsyncChannelFactory

public interface AsyncChannelFactory

AsyncChannelFactory objects can create AsyncChannel and AsyncChannelServer objects.

Version:
$Revision$

Method Summary
 AsyncChannelServer bindAsyncChannel(URI location)
          Binds a server at the URI location.
 AsyncChannel openAsyncChannel(URI location)
          Opens a connection to server.
 

Method Detail

openAsyncChannel

AsyncChannel openAsyncChannel(URI location)
                              throws IOException
Opens a connection to server.

Parameters:
location -
Returns:
Throws:
IOException

bindAsyncChannel

AsyncChannelServer bindAsyncChannel(URI location)
                                    throws IOException
Binds a server at the URI location.

Parameters:
location -
Returns:
Throws:
IOException


Copyright © -2009 The ActiveIO Project. All Rights Reserved.