org.infinispan.server.core.transport
Interface ChannelFuture

All Known Implementing Classes:
NettyChannelFuture

public interface ChannelFuture

ChannelFuture.

Since:
4.0
Author:
Galder ZamarreƱo

Method Summary
 ChannelFuture await()
           
 boolean await(long timeoutMillis)
           
 boolean await(long timeout, TimeUnit unit)
           
 ChannelFuture awaitUninterruptibly()
           
 boolean awaitUninterruptibly(long timeoutMillis)
           
 boolean awaitUninterruptibly(long timeout, TimeUnit unit)
           
 Channel getChannel()
           
 boolean isCancelled()
           
 boolean isDone()
           
 boolean setFailure(Throwable cause)
           
 boolean setSuccess()
           
 

Method Detail

getChannel

Channel getChannel()

isDone

boolean isDone()

isCancelled

boolean isCancelled()

setSuccess

boolean setSuccess()

setFailure

boolean setFailure(Throwable cause)

await

ChannelFuture await()
                    throws InterruptedException
Throws:
InterruptedException

awaitUninterruptibly

ChannelFuture awaitUninterruptibly()

await

boolean await(long timeout,
              TimeUnit unit)
              throws InterruptedException
Throws:
InterruptedException

await

boolean await(long timeoutMillis)
              throws InterruptedException
Throws:
InterruptedException

awaitUninterruptibly

boolean awaitUninterruptibly(long timeout,
                             TimeUnit unit)

awaitUninterruptibly

boolean awaitUninterruptibly(long timeoutMillis)

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.