public interface PipeConnection
Pipe pipe()
void interrupt()
void await(long time,
TimeUnit unit)
throws InterruptedException,
BrokenPipeException,
TimeoutException
InterruptedException - if the wait is interruptedTimeoutException - if the times is upBrokenPipeException - if the pipe is brokenvoid await()
throws InterruptedException,
BrokenPipeException
InterruptedException - if the wait is interruptedBrokenPipeException - if the pipe is brokenCopyright © 2011 Ovea. All Rights Reserved.