| Package | Description |
|---|---|
| org.milyn.container |
Request Container Abstraction.
|
| org.milyn.container.standalone |
Standalone Container Implementation.
|
| org.milyn.event | |
| org.milyn.event.report |
| Modifier and Type | Method and Description |
|---|---|
ExecutionEventListener |
ExecutionContext.getEventListener()
Get the ExecutionEventListener for the
ExecutionContext. |
ExecutionEventListener |
MockExecutionContext.getEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionContext.setEventListener(ExecutionEventListener listener)
Set the ExecutionEventListener for the
ExecutionContext. |
void |
MockExecutionContext.setEventListener(ExecutionEventListener listener) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionEventListener |
StandaloneExecutionContext.getEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandaloneExecutionContext.setEventListener(ExecutionEventListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicExecutionEventListener
Basic
ExecutionEventListener. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReportGenerator
Abstract execution report generator.
|
class |
FlatReportGenerator
Flat Execution Report generating
ExecutionEventListener. |
class |
HtmlReportGenerator
HTML Execution Report generating
ExecutionEventListener. |
Copyright © 2015. All rights reserved.