Uses of Interface
org.wso2.carbon.mediator.datamapper.engine.core.executors.Executor
-
Packages that use Executor Package Description org.wso2.carbon.mediator.datamapper.engine.core.executors -
-
Uses of Executor in org.wso2.carbon.mediator.datamapper.engine.core.executors
Classes in org.wso2.carbon.mediator.datamapper.engine.core.executors that implement Executor Modifier and Type Class Description class
ScriptExecutor
This class implements script executor for data mapper using java script executor (Rhino or Nashorn)Methods in org.wso2.carbon.mediator.datamapper.engine.core.executors that return Executor Modifier and Type Method Description static Executor
ScriptExecutorFactory. getScriptExecutor(String executorPoolSize)
This method will return the script executor according to the givenScriptExecutorType
Executor
ScriptExecutorPool. take()
Methods in org.wso2.carbon.mediator.datamapper.engine.core.executors with parameters of type Executor Modifier and Type Method Description void
ScriptExecutorPool. put(Executor executor)
static void
ScriptExecutorFactory. releaseScriptExecutor(Executor executor)
This method will release the script executor to the pool
-