Class PersistentJobData.XmlState

  • Enclosing class:
    PersistentJobData

    protected static class PersistentJobData.XmlState
    extends Object
    Helper class for returning the OK-state back to the caller.
    • Constructor Detail

      • XmlState

        public XmlState​(PersistentJobData.XmlState.OKSTATE ok,
                        String error)
        Constructor of an XmlState object.
        Parameters:
        ok - Is the XML OK or not OKAY?
        error - The error found during validation, if any.