Class JobExecutionHandlerActivation
java.lang.Object
org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivation
Represents the activation of a
JobExecutionHandler
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected javax.resource.spi.endpoint.MessageEndpointFactory
protected JcaExecutorServiceConnector
protected JobExecutionHandlerActivationSpec
-
Constructor Summary
ConstructorDescriptionJobExecutionHandlerActivation
(JcaExecutorServiceConnector ra, javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory, JobExecutionHandlerActivationSpec spec) -
Method Summary
-
Field Details
-
ra
-
spec
-
endpointFactory
protected javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory
-
-
Constructor Details
-
JobExecutionHandlerActivation
public JobExecutionHandlerActivation() throws javax.resource.ResourceException- Throws:
javax.resource.ResourceException
-
JobExecutionHandlerActivation
public JobExecutionHandlerActivation(JcaExecutorServiceConnector ra, javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory, JobExecutionHandlerActivationSpec spec) throws javax.resource.ResourceException - Throws:
javax.resource.ResourceException
-
-
Method Details
-
getActivationSpec
-
getMessageEndpointFactory
public javax.resource.spi.endpoint.MessageEndpointFactory getMessageEndpointFactory() -
start
public void start() throws javax.resource.ResourceException- Throws:
javax.resource.ResourceException
-
stop
public void stop()
-