ProcErrorCallbackpublic interface ProcErrorCallback ProcErrorCallback Interface |
Methods Summary |
---|
public void | callback(long pool, int err, java.lang.String description)Called in the child process if APR encounters an error
in the child prior to running the specified program.
|
|