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, future
log
CLOSE_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, toString
getSimplifiedLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
close, close, getMaxCloseWaitTime, isOpen
protected void doClose(boolean immediately)
doClose
in class SimpleCloseable