ReportProc Class Documentation

classReportProc

Namespace:com::datalogics::PDFL

Detailed Description

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.

Referenced by

Constructor & Destructor Documentation

ReportProc

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.

Member Function Documentation

Call

voidCall(ReportTypereportType, Stringmessage, StringreplacementText)

Parameters

reportType: ReportType
message: String
replacementText: String

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

[static initializer]

static void[static initializer]()

delete

synchronized voiddelete(Booleandisposing)

Parameters

disposing: Boolean

Returns:

synchronized void

delete

synchronized voiddelete()

Returns:

synchronized void

finalize

voidfinalize()

Returns:

void