org.apache.tomcat.jni
public interface ProcErrorCallback
Version: $Revision: 467222 $, $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Method Summary | |
---|---|
void | callback(long pool, int err, String description)
Called in the child process if APR encounters an error
in the child prior to running the specified program. |
Parameters: pool Pool associated with the apr_proc_t. If your child error function needs user data, associate it with this pool. err APR error code describing the error description Text description of type of processing which failed