@Service(name="job-persistence") public class JobPersistenceService extends Object implements JobPersistence
| Modifier and Type | Field and Description |
|---|---|
protected static LocalStringManagerImpl |
adminStrings |
protected JAXBContext |
jaxbContext |
protected Marshaller |
jaxbMarshaller |
protected Unmarshaller |
jaxbUnmarshaller |
protected JobInfos |
jobInfos |
protected static Logger |
logger |
| Constructor and Description |
|---|
JobPersistenceService() |
| Modifier and Type | Method and Description |
|---|---|
void |
doPersist(JobInfos jobInfos,
JobInfo jobInfo) |
void |
persist(Object obj) |
protected Marshaller jaxbMarshaller
protected Unmarshaller jaxbUnmarshaller
protected JobInfos jobInfos
protected JAXBContext jaxbContext
protected static final Logger logger
protected static final LocalStringManagerImpl adminStrings
public void persist(Object obj)
persist in interface JobPersistenceCopyright © 2019. All rights reserved.