Uses of Interface
net.schmizz.concurrent.ExceptionChainer

Packages that use ExceptionChainer
net.schmizz.concurrent   
net.schmizz.sshj.common   
net.schmizz.sshj.connection   
net.schmizz.sshj.sftp   
net.schmizz.sshj.transport   
net.schmizz.sshj.userauth   
 

Uses of ExceptionChainer in net.schmizz.concurrent
 

Constructors in net.schmizz.concurrent with parameters of type ExceptionChainer
Event(String name, ExceptionChainer<T> chainer)
          Creates this event with given name and exception chainer.
Event(String name, ExceptionChainer<T> chainer, ReentrantLock lock)
          Creates this event with given name, exception chainer, and associated lock.
Promise(String name, ExceptionChainer<T> chainer)
          Creates this promise with given name and exception chainer.
Promise(String name, ExceptionChainer<T> chainer, ReentrantLock lock)
          Creates this promise with given name, exception chainer, and associated lock.
 

Uses of ExceptionChainer in net.schmizz.sshj.common
 

Fields in net.schmizz.sshj.common declared as ExceptionChainer
static ExceptionChainer<SSHException> SSHException.chainer
           
 

Uses of ExceptionChainer in net.schmizz.sshj.connection
 

Fields in net.schmizz.sshj.connection declared as ExceptionChainer
static ExceptionChainer<ConnectionException> ConnectionException.chainer
           
 

Uses of ExceptionChainer in net.schmizz.sshj.sftp
 

Fields in net.schmizz.sshj.sftp declared as ExceptionChainer
static ExceptionChainer<SFTPException> SFTPException.chainer
           
 

Uses of ExceptionChainer in net.schmizz.sshj.transport
 

Fields in net.schmizz.sshj.transport declared as ExceptionChainer
static ExceptionChainer<TransportException> TransportException.chainer
           
 

Uses of ExceptionChainer in net.schmizz.sshj.userauth
 

Fields in net.schmizz.sshj.userauth declared as ExceptionChainer
static ExceptionChainer<UserAuthException> UserAuthException.chainer
           
 



Copyright © 2009-2012. All Rights Reserved.