@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
BaseProviderconfigure in class BaseProvider<ProcessProfile>profile - the profileIOException - if failed to configure thispublic <T> void execute(DriverFactory drivers, ProcessScript<T> script) throws IOException
ProcessProviderexecute in class ProcessProviderT - 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.