T - Type of futurepublic class FuturesCloseable<T extends SshFuture> extends SimpleCloseable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Iterable<? extends SshFuture<T>> |
futures |
closing, futurelogCLOSE_WAIT_TIMEOUT, DEFAULT_CLOSE_WAIT_TIMEOUT| Constructor and Description |
|---|
FuturesCloseable(java.lang.Object id,
java.lang.Object lock,
java.lang.Iterable<? extends SshFuture<T>> futures) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doClose(boolean immediately) |
addCloseFutureListener, close, isClosed, isClosing, removeCloseFutureListener, toStringgetSimplifiedLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclose, close, getMaxCloseWaitTime, isOpenprotected void doClose(boolean immediately)
doClose in class SimpleCloseable