org.activeio
Interface SyncChannelFactory

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

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

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

Parameters:
location -
Returns:
Throws:
IOException

bindSyncChannel

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

Parameters:
location -
Returns:
Throws:
IOException


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