T
- the I/O provider type supportedpublic interface IOAdvisor<T extends IOProvider>
IOProvider
in a certain context
(e.g. the UI services) and integrates the execution results into this
context.Modifier and Type | Method and Description |
---|---|
void |
handleResults(T provider)
Process the results after the execution.
|
void |
prepareProvider(T provider)
Prepare the I/O provider when it is created.
|
void |
setServiceProvider(ServiceProvider serviceProvider)
Set the service provider through which the advisor can access services in
the current context.
|
void |
updateConfiguration(T provider)
Update the provider configuration directly before the execution.
|
void setServiceProvider(ServiceProvider serviceProvider)
prepareProvider(IOProvider)
,
updateConfiguration(IOProvider)
or
handleResults(IOProvider)
is calledserviceProvider
- the service providervoid prepareProvider(T provider)
provider
- the I/O providervoid updateConfiguration(T provider)
provider
- the I/O providervoid handleResults(T provider)
provider
- the I/O providerBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a