Class JobExecutionHandlerActivation

java.lang.Object
org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivation

public class JobExecutionHandlerActivation extends Object
Represents the activation of a JobExecutionHandler
Author:
Daniel Meyer
  • Field Details

  • 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

      public JobExecutionHandlerActivationSpec 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()