org.activeio.adapter
Class SynchToAsynchChannelAdapter

java.lang.Object
  extended byorg.activeio.adapter.SyncToAsyncChannel
      extended byorg.activeio.adapter.SynchToAsynchChannelAdapter
All Implemented Interfaces:
AsyncChannel, Channel, Disposable, InputAsyncChannel, OutputChannel, Runnable, Service

Deprecated. Use AsyncChannelServer instead. This class will be removed very soon.

public class SynchToAsynchChannelAdapter
extends SyncToAsyncChannel


Field Summary
 
Fields inherited from interface org.activeio.Service
NO_WAIT_TIMEOUT, WAIT_FOREVER_TIMEOUT
 
Constructor Summary
SynchToAsynchChannelAdapter(SyncChannel syncChannel)
          Deprecated.  
SynchToAsynchChannelAdapter(SyncChannel syncChannel, Executor executor)
          Deprecated.  
 
Method Summary
static AsyncChannel adapt(Channel channel, Executor executor)
          Deprecated.  
 
Methods inherited from class org.activeio.adapter.SyncToAsyncChannel
adapt, dispose, flush, getAsyncChannelListener, getSynchChannel, narrow, run, setAsyncChannelListener, start, stop, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SynchToAsynchChannelAdapter

public SynchToAsynchChannelAdapter(SyncChannel syncChannel)
Deprecated. 

SynchToAsynchChannelAdapter

public SynchToAsynchChannelAdapter(SyncChannel syncChannel,
                                   Executor executor)
Deprecated. 
Method Detail

adapt

public static AsyncChannel adapt(Channel channel,
                                 Executor executor)
Deprecated. 


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