org.apache.synapse.transport.pipe
Class PipeEndpointListener

java.lang.Object
  extended by org.apache.synapse.transport.pipe.PipeEndpointListener
All Implemented Interfaces:
Runnable

public class PipeEndpointListener
extends Object
implements Runnable

Runnable that reads messages from a given UNIX pipe.

The pipe will be opened in read/write mode. There are several reasons to do this:


Constructor Summary
PipeEndpointListener(PipeEndpoint endpoint, org.apache.axis2.transport.base.datagram.DatagramDispatcherCallback callback)
           
 
Method Summary
 void run()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipeEndpointListener

public PipeEndpointListener(PipeEndpoint endpoint,
                            org.apache.axis2.transport.base.datagram.DatagramDispatcherCallback callback)
                     throws IOException
Throws:
IOException
Method Detail

run

public void run()
Specified by:
run in interface Runnable

stop

public void stop()
          throws IOException
Throws:
IOException


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.