|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Executor | |
|---|---|
| eu.larkc.core | |
| eu.larkc.core.endpoint | |
| eu.larkc.core.endpoint.pull | |
| eu.larkc.core.endpoint.push | |
| eu.larkc.core.endpoint.sparql | |
| eu.larkc.core.endpoint.test | |
| Uses of Executor in eu.larkc.core |
|---|
| Methods in eu.larkc.core that return Executor | |
|---|---|
static Executor |
Larkc.getExecutor(java.util.UUID workflowId)
This method returns executor for a specific workflow id. |
| Methods in eu.larkc.core with parameters of type Executor | |
|---|---|
static void |
Larkc.addWorkflowExecutorMapping(java.util.UUID workflowId,
Executor executor)
This method adds a workflow - executor mapping. |
| Uses of Executor in eu.larkc.core.endpoint |
|---|
| Methods in eu.larkc.core.endpoint that return Executor | |
|---|---|
Executor |
Endpoint.getExecutor()
Getter. |
| Methods in eu.larkc.core.endpoint with parameters of type Executor | |
|---|---|
static Endpoint |
EndpointFactory.constructEndpoint(java.lang.String type,
Executor executor)
This method creates an endpoint of the specific type. |
| Constructors in eu.larkc.core.endpoint with parameters of type Executor | |
|---|---|
Endpoint(Executor ex,
java.lang.String _urlContext)
Constructs and gives the name to the plug-in. |
|
| Uses of Executor in eu.larkc.core.endpoint.pull |
|---|
| Constructors in eu.larkc.core.endpoint.pull with parameters of type Executor | |
|---|---|
PullEndpoint(Executor ex,
java.lang.String query)
Construct new PullEndpoint |
|
| Uses of Executor in eu.larkc.core.endpoint.push |
|---|
| Constructors in eu.larkc.core.endpoint.push with parameters of type Executor | |
|---|---|
PushEndpoint(Executor ex)
Constructor. |
|
| Uses of Executor in eu.larkc.core.endpoint.sparql |
|---|
| Constructors in eu.larkc.core.endpoint.sparql with parameters of type Executor | |
|---|---|
SparqlHandler(Executor ex)
Constructor. |
|
SparqlQueryHandler(Executor ex,
Endpoint ep)
|
|
| Uses of Executor in eu.larkc.core.endpoint.test |
|---|
| Constructors in eu.larkc.core.endpoint.test with parameters of type Executor | |
|---|---|
TestEndpointMain(Executor ex)
Custom constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||