Class JobExecutionHandlerActivationSpec
- java.lang.Object
- 
- org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivationSpec
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- javax.resource.spi.ActivationSpec,- javax.resource.spi.ResourceAdapterAssociation
 
 @Activation(messageListeners=JobExecutionHandler.class) public class JobExecutionHandlerActivationSpec extends java.lang.Object implements javax.resource.spi.ActivationSpec, java.io.Serializable - Author:
- Daniel Meyer
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description JobExecutionHandlerActivationSpec()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDummyPojo()javax.resource.spi.ResourceAdaptergetResourceAdapter()voidsetDummyPojo(java.lang.String dummyPojo)voidsetResourceAdapter(javax.resource.spi.ResourceAdapter ra)voidvalidate()
 
- 
- 
- 
Method Detail- 
validatepublic void validate() throws javax.resource.spi.InvalidPropertyException- Specified by:
- validatein interface- javax.resource.spi.ActivationSpec
- Throws:
- javax.resource.spi.InvalidPropertyException
 
 - 
getResourceAdapterpublic javax.resource.spi.ResourceAdapter getResourceAdapter() - Specified by:
- getResourceAdapterin interface- javax.resource.spi.ResourceAdapterAssociation
 
 - 
setResourceAdapterpublic void setResourceAdapter(javax.resource.spi.ResourceAdapter ra) - Specified by:
- setResourceAdapterin interface- javax.resource.spi.ResourceAdapterAssociation
 
 - 
setDummyPojopublic void setDummyPojo(java.lang.String dummyPojo) 
 - 
getDummyPojopublic java.lang.String getDummyPojo() 
 
- 
 
-