Class JobExecutionHandlerActivationSpec

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

        public String getDummyPojo()