XNIO API 2.0.0.GA

Uses of Interface
org.jboss.xnio.IoFuture.Notifier

Packages that use IoFuture.Notifier
org.jboss.xnio The main API package for XNIO. 
 

Uses of IoFuture.Notifier in org.jboss.xnio
 

Classes in org.jboss.xnio that implement IoFuture.Notifier
static class IoFuture.HandlingNotifier<T,A>
          A base notifier class that calls the designated handler method on notification.
 

Methods in org.jboss.xnio that return IoFuture.Notifier
static IoFuture.Notifier<java.lang.Object,java.io.Closeable> IoUtils.attachmentClosingNotifier()
          Get a notifier that closes the attachment.
static
<T extends java.nio.channels.Channel>
IoFuture.Notifier<T,ChannelListener<? super T>>
IoUtils.channelListenerNotifier()
          Get the notifier that invokes the channel listener given as an attachment.
static IoFuture.Notifier<java.io.Closeable,java.lang.Void> IoUtils.closingNotifier()
          Get a notifier that closes the result.
static
<T> IoFuture.Notifier<T,FutureResult<T>>
IoUtils.getManagerNotifier()
          Get a notifier which forwards the result to another IoFuture's manager.
static
<T> IoFuture.Notifier<T,Result<T>>
IoUtils.resultNotifier()
          Get the result notifier.
static
<T> IoFuture.Notifier<T,java.lang.Void>
IoUtils.runnableNotifier(java.lang.Runnable runnable)
          Get a notifier that runs the supplied action.
 

Methods in org.jboss.xnio with parameters of type IoFuture.Notifier
<A> IoFuture<T>
IoFuture.addNotifier(IoFuture.Notifier<? super T,A> notifier, A attachment)
          Add a notifier to be called when this operation is complete.
<A> IoFuture<T>
AbstractConvertingIoFuture.addNotifier(IoFuture.Notifier<? super T,A> notifier, A attachment)
           
<A> IoFuture<T>
AbstractIoFuture.addNotifier(IoFuture.Notifier<? super T,A> notifier, A attachment)
          Add a notifier to be called when this operation is complete.
 


XNIO API 2.0.0.GA

Copyright © 2009 JBoss, a division of Red Hat, Inc.