org.activeio
Interface AsynchChannelServer

All Superinterfaces:
Channel, ChannelServer, Disposable, Service
All Known Implementing Classes:
FilterAsynchChannelServer, SynchToAsynchChannelServerAdapter, VMPipeAsynchChannelServer

public interface AsynchChannelServer
extends ChannelServer

AsynchChannelServer objets asynchronously accept and create org.activeio.channel.Channel objects and then delivers those objects to a org.activeio.AcceptConsumer.

Version:
$Revision$

Field Summary
 
Fields inherited from interface org.activeio.Service
NO_WAIT_TIMEOUT, WAIT_FOREVER_TIMEOUT
 
Method Summary
 void setAcceptListener(AcceptListener acceptListener)
          Registers an AcceptListener which is notified of accepted channels.
 
Methods inherited from interface org.activeio.ChannelServer
getBindURI, getConnectURI
 
Methods inherited from interface org.activeio.Channel
narrow
 
Methods inherited from interface org.activeio.Disposable
dispose
 
Methods inherited from interface org.activeio.Service
start, stop
 

Method Detail

setAcceptListener

public void setAcceptListener(AcceptListener acceptListener)
Registers an AcceptListener which is notified of accepted channels.

Parameters:
acceptListener -


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