Class JobExecutionHandlerActivationSpec

java.lang.Object
org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivationSpec
All Implemented Interfaces:
Serializable, javax.resource.spi.ActivationSpec, javax.resource.spi.ResourceAdapterAssociation

@Activation(messageListeners=JobExecutionHandler.class) public class JobExecutionHandlerActivationSpec extends Object implements javax.resource.spi.ActivationSpec, Serializable
Author:
Daniel Meyer
See Also:
  • Constructor Details

    • JobExecutionHandlerActivationSpec

      public JobExecutionHandlerActivationSpec()
  • Method Details

    • validate

      public void validate() throws javax.resource.spi.InvalidPropertyException
      Specified by:
      validate in interface javax.resource.spi.ActivationSpec
      Throws:
      javax.resource.spi.InvalidPropertyException
    • getResourceAdapter

      public javax.resource.spi.ResourceAdapter getResourceAdapter()
      Specified by:
      getResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociation
    • setResourceAdapter

      public void setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
      Specified by:
      setResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociation
    • setDummyPojo

      public void setDummyPojo(String dummyPojo)
    • getDummyPojo

      public String getDummyPojo()