@SimulationSupport public class RetryableProcessProvider extends ProcessProvider
Constructor and Description |
---|
RetryableProcessProvider() |
Modifier and Type | Method and Description |
---|---|
protected void |
configure(ProcessProfile profile)
Configures this provider.
|
<T> void |
execute(DriverFactory drivers,
ProcessScript<T> script)
Execute a gate process for the specified process script.
|
protected void configure(ProcessProfile profile) throws IOException
BaseProvider
configure
in class BaseProvider<ProcessProfile>
profile
- the profileIOException
- if failed to configure thispublic <T> void execute(DriverFactory drivers, ProcessScript<T> script) throws IOException
ProcessProvider
execute
in class ProcessProvider
T
- the type of data model object to be processeddrivers
- provides drivers for the executionscript
- target scriptIOException
- if failed to execute gate processCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.