Java Doc for CompositeIoFuture.java in » Net » mina-2.0.0-M1 » org » apache » mina » common » Java Source Code / Java DocumentationJava Source Code and Java Documentation
An
IoFuture of
IoFuture s. It is useful when you want to
get notified when all
IoFuture s are complete. It is not recommended
to use
CompositeIoFuture if you just want to wait for all futures.
In that case, please use
IoUtil.await(Iterable) instead
for better performance.
author: The Apache MINA Project (dev@mina.apache.org) version: $Rev: 589474 $, $Date: 2007-10-28 21:03:14 -0600 (Sun, 28 Oct 2007) $< Parameters: E - > the type of the child futures.