Class JobPersistenceService

  • All Implemented Interfaces:
    JobPersistence

    @Service(name="job-persistence")
    public class JobPersistenceService
    extends Object
    implements JobPersistence
    This service persists information for managed jobs to the file
    Author:
    Bhakti Mehta
    • Field Detail

      • jaxbMarshaller

        protected jakarta.xml.bind.Marshaller jaxbMarshaller
      • jaxbUnmarshaller

        protected jakarta.xml.bind.Unmarshaller jaxbUnmarshaller
      • jaxbContext

        protected jakarta.xml.bind.JAXBContext jaxbContext
      • logger

        protected static final Logger logger
    • Constructor Detail

      • JobPersistenceService

        public JobPersistenceService()