Package | Description |
---|---|
org.perfidix.exceptions |
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
org.perfidix.ouput |
* The different kinds of outputs are located in this package.
|
org.perfidix.result |
The results are stored in a datastructure based in the classes in this package.
|
org.perfidix.socketadapter |
This class offers all possibilties to hand on a Perclipse Plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
PerfidixMethodCheckException
This class acts as container for all
Exception types thrown while
checking if a method is reflective executable via the Perfidix framework. |
class |
PerfidixMethodInvocationException
This class acts as container for all
Exception types thrown while
invoking a method which is reflective executable via the Perfidix framework. |
Modifier and Type | Method and Description |
---|---|
boolean |
TabularSummaryOutput.listenToException(AbstractPerfidixMethodException exec)
Listening to an arised exception.
|
boolean |
CSVOutput.listenToException(AbstractPerfidixMethodException exec)
Listening to an arised exception.
|
abstract boolean |
AbstractOutput.listenToException(AbstractPerfidixMethodException exec)
Listening to an arised exception.
|
Modifier and Type | Method and Description |
---|---|
Set<AbstractPerfidixMethodException> |
BenchmarkResult.getExceptions()
Getter for member exceptions.
|
Modifier and Type | Method and Description |
---|---|
void |
BenchmarkResult.addException(AbstractPerfidixMethodException exec)
Adding an exception to this result.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SocketListener.listenToException(AbstractPerfidixMethodException exec)
Listening to an arised exception.
|
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.