org.activeio
Interface AsyncChannelServer

All Superinterfaces:
Channel, ChannelServer, Disposable, Service
All Known Implementing Classes:
FilterAsyncChannelServer, SyncToAsyncChannelServer, VMPipeAsyncChannelServer

public interface AsyncChannelServer
extends ChannelServer

AsyncChannelServer objects asynchronously accept and create 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 © -2007 The ActiveIO Project. All Rights Reserved.