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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.resource.spi.ResourceAdapter
void
setDummyPojo
(String dummyPojo) void
setResourceAdapter
(javax.resource.spi.ResourceAdapter ra) void
validate()
-
Constructor Details
-
JobExecutionHandlerActivationSpec
public JobExecutionHandlerActivationSpec()
-
-
Method Details
-
validate
public void validate() throws javax.resource.spi.InvalidPropertyException- Specified by:
validate
in interfacejavax.resource.spi.ActivationSpec
- Throws:
javax.resource.spi.InvalidPropertyException
-
getResourceAdapter
public javax.resource.spi.ResourceAdapter getResourceAdapter()- Specified by:
getResourceAdapter
in interfacejavax.resource.spi.ResourceAdapterAssociation
-
setResourceAdapter
public void setResourceAdapter(javax.resource.spi.ResourceAdapter ra) - Specified by:
setResourceAdapter
in interfacejavax.resource.spi.ResourceAdapterAssociation
-
setDummyPojo
-
getDummyPojo
-