public interface Adapter
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Certain resources may need to live in the context of the script and not just the local
execution cycle.
|
Object |
execute(Object... args)
Default method that is chosen to execute when the Adapter is invoked.
|
void |
init()
Certain resources may need to live in the context of the script and not just the local
execution cycle.
|
Object execute(Object... args) throws Exception
AdapterService allows, but this method
is guaranteed to find at least the default execution method in the adapter.args - as Object[]Exceptionvoid init() throws Exception
ExceptionCopyright © 2018. All rights reserved.