org.activeio.net
Class VMPipeAsynchChannelPipe

java.lang.Object
  extended byorg.activeio.net.VMPipeAsynchChannelPipe

public final class VMPipeAsynchChannelPipe
extends java.lang.Object

Used to connect the bottom ends of two Asynch channel stacks.


Nested Class Summary
static class VMPipeAsynchChannelPipe.PipeChannel
           
 
Field Summary
(package private)  VMPipeAsynchChannelPipe.PipeChannel leftChannel
           
(package private)  VMPipeAsynchChannelPipe.PipeChannel rightChannel
           
 
Constructor Summary
VMPipeAsynchChannelPipe()
           
 
Method Summary
 AsynchChannel getLeftAsynchChannel()
           
 AsynchChannel getRightAsynchChannel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

leftChannel

final VMPipeAsynchChannelPipe.PipeChannel leftChannel

rightChannel

final VMPipeAsynchChannelPipe.PipeChannel rightChannel
Constructor Detail

VMPipeAsynchChannelPipe

public VMPipeAsynchChannelPipe()
Method Detail

getLeftAsynchChannel

public AsynchChannel getLeftAsynchChannel()

getRightAsynchChannel

public AsynchChannel getRightAsynchChannel()


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