A B C E F G H I J L M O P Q S T U V W 

T

ThreadedExecutor - Class in bham.leakwatch.executors
This class is a subclass of Executor, providing the same functionality but in a parallelised manner.
ThreadedExecutor(String, String[], LeakageEstimate.LeakageMeasure, Executor.StopStrategy, int) - Constructor for class bham.leakwatch.executors.ThreadedExecutor
Creates a new ThreadedExecutor object that can be used to repeatedly execute the main method in the target class.
toIntervalString() - Method in class bham.leakwatch.estimates.LeakageEstimate
Returns a one-line summary of the results contained in this LeakageEstimate object, suitable for display in an IntervalCallback.
toIntervalString() - Method in class bham.leakwatch.estimates.MinEntropyLeakageEstimate
 
toIntervalString() - Method in class bham.leakwatch.estimates.MutualInformationEstimate
 
toStopString() - Method in class bham.leakwatch.estimates.LeakageEstimate
Returns a multi-line summary of the results contained in this LeakageEstimate object, suitable for display after the required number of executions have been performed and the ExecutorTool is about to terminate.
toStopString() - Method in class bham.leakwatch.estimates.MinEntropyLeakageEstimate
 
toStopString() - Method in class bham.leakwatch.estimates.MutualInformationEstimate
 
toString() - Method in class bham.leakwatch.interrupts.InterruptQueue
 
toString() - Method in class bham.leakwatch.interrupts.IntervalCallbackInterrupt
 
toString() - Method in class bham.leakwatch.interrupts.MinEntropyLeakageStopSufficientInterrupt
 
toString() - Method in class bham.leakwatch.interrupts.MutualInformationStopSufficientInterrupt
 
toString() - Method in class bham.leakwatch.interrupts.StopInterrupt
 
toString() - Method in class bham.leakwatch.interrupts.StopSufficientInterrupt
 
TransientClassLoader - Class in bham.leakwatch
This class implements a "transient" ClassLoader: it loads required classes from the classpath and defines them dynamically, and classes defined by a TransientClassLoader will be destroyed when the TransientClassLoader object itself is destroyed.
TransientClassLoader() - Constructor for class bham.leakwatch.TransientClassLoader
Creates a new TransientClassLoader object.
A B C E F G H I J L M O P Q S T U V W