public class FlowLoggerProvider extends ExecutionMonitorProvider
ExecutionMonitorProvider to save log each jobflow.| Constructor and Description |
|---|
FlowLoggerProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doConfigure(ServiceProfile<?> profile)
Configures this service internally (extention point).
|
PhaseMonitor |
newInstance(ExecutionContext context)
Creates a new
PhaseMonitor. |
configureprotected void doConfigure(ServiceProfile<?> profile) throws InterruptedException, IOException
ExecutionMonitorProviderdoConfigure in class ExecutionMonitorProviderprofile - profile of this serviceInterruptedException - if interrupted this configurationIOException - if failed to configurepublic PhaseMonitor newInstance(ExecutionContext context) throws InterruptedException, IOException
ExecutionMonitorProviderPhaseMonitor.newInstance in class ExecutionMonitorProvidercontext - the current execution contextInterruptedException - if the creation is interruptedIOException - if failed to create a PhaseMonitorCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.