Package com.datalogics.PDFL
Class ReportProc
java.lang.Object
com.datalogics.PDFL.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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCall(ReportType reportType, String message, String replacementText) voiddelete()voidvoid
-
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
-