Uses of Class
com.identityworksllc.iiq.common.vo.Failure
-
Packages that use Failure Package Description com.identityworksllc.iiq.common.threads -
-
Uses of Failure in com.identityworksllc.iiq.common.threads
Methods in com.identityworksllc.iiq.common.threads that return types with arguments of type Failure Modifier and Type Method Description List<Failure<T,? extends Exception>>
PooledWorkerResults. getFailures()
Gets the list of any failures associated with this pooled actionMethods in com.identityworksllc.iiq.common.threads with parameters of type Failure Modifier and Type Method Description void
PooledWorkerResults. addFailure(Failure<T,? extends Exception> f)
Adds a failure to the output
-