Class 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 Detail

      • JobExecutionHandlerActivationSpec

        public JobExecutionHandlerActivationSpec()
    • Method Detail

      • 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​(java.lang.String dummyPojo)
      • getDummyPojo

        public java.lang.String getDummyPojo()