Class JobExecutionHandlerActivation
java.lang.Object
org.operaton.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivation
Represents the activation of a
JobExecutionHandler- Author:
- Daniel Meyer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.resource.spi.endpoint.MessageEndpointFactoryprotected JcaExecutorServiceConnectorprotected JobExecutionHandlerActivationSpec -
Constructor Summary
ConstructorsConstructorDescriptionJobExecutionHandlerActivation(JcaExecutorServiceConnector ra, jakarta.resource.spi.endpoint.MessageEndpointFactory endpointFactory, JobExecutionHandlerActivationSpec spec) -
Method Summary
-
Field Details
-
ra
-
spec
-
endpointFactory
protected jakarta.resource.spi.endpoint.MessageEndpointFactory endpointFactory
-
-
Constructor Details
-
JobExecutionHandlerActivation
public JobExecutionHandlerActivation() -
JobExecutionHandlerActivation
public JobExecutionHandlerActivation(JcaExecutorServiceConnector ra, jakarta.resource.spi.endpoint.MessageEndpointFactory endpointFactory, JobExecutionHandlerActivationSpec spec)
-
-
Method Details
-
getActivationSpec
-
getMessageEndpointFactory
public jakarta.resource.spi.endpoint.MessageEndpointFactory getMessageEndpointFactory() -
start
public void start() -
stop
public void stop()
-