org.activeio
Interface SyncChannelFactory

All Known Implementing Classes:
AsyncToSyncChannelFactory, ChannelFactory, DatagramSocketSyncChannelFactory, NIOSyncChannelFactory, SocketSyncChannelFactory

public interface SyncChannelFactory

SynchChannelFactory objects can create org.activeio.SynchChannel and org.activeio.SynchChannelServer objects.

Version:
$Revision$

Method Summary
 SyncChannelServer bindSyncChannel(URI location)
          Binds a server at the URI location.
 SyncChannel openSyncChannel(URI location)
          Opens a connection to server.
 

Method Detail

openSyncChannel

public SyncChannel openSyncChannel(URI location)
                            throws IOException
Opens a connection to server.

Parameters:
location -
Returns:
Throws:
IOException

bindSyncChannel

public SyncChannelServer bindSyncChannel(URI location)
                                  throws IOException
Binds a server at the URI location.

Parameters:
location -
Returns:
Throws:
IOException


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