public class ReportProc
extends java.lang.Object
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 and Description |
|---|
ReportProc()
Represents the error reporting callback function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Call(ReportType reportType,
java.lang.String message,
java.lang.String replacementText) |
void |
delete() |
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
public ReportProc()
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.
public void delete()
public void swigReleaseOwnership()
public void swigTakeOwnership()
public void Call(ReportType reportType, java.lang.String message, java.lang.String replacementText)