Class ReportProc

java.lang.Object
com.datalogics.PDFL.ReportProc

public class ReportProc extends Object
Represents the error reporting callback function. A ReportProc administrative command is typically passed to generate an error report.

If a process is not completing properly, or taking too long to finish, this process will create an error report in response. At frequent intervals, the method calls ReportProc. If the ReportProc command returns a "true" statement, the method generates an error. If it returns "false," the process continues. The time interval is determined by the ReportProc command.

  • Constructor Details

    • ReportProc

      public ReportProc()
      Represents the error reporting callback function. A ReportProc administrative command is typically passed to generate an error report.

      If a process is not completing properly, or taking too long to finish, this process will create an error report in response. At frequent intervals, the method calls ReportProc. If the ReportProc command returns a "true" statement, the method generates an error. If it returns "false," the process continues. The time interval is determined by the ReportProc command.

  • Method Details

    • delete

      public void delete()
    • swigReleaseOwnership

      public void swigReleaseOwnership()
    • swigTakeOwnership

      public void swigTakeOwnership()
    • Call

      public void Call(ReportType reportType, String message, String replacementText)