FileDocCategorySizeDatePackage
ProcErrorCallback.javaAPI DocApache Tomcat 6.0.141583Fri Jul 20 04:20:34 BST 2007org.apache.tomcat.jni

ProcErrorCallback

public interface ProcErrorCallback
ProcErrorCallback Interface
author
Mladen Turk
version
$Revision: 467222 $, $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $

Fields Summary
Constructors Summary
Methods Summary
public voidcallback(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.

param
pool Pool associated with the apr_proc_t. If your child error function needs user data, associate it with this pool.
param
err APR error code describing the error
param
description Text description of type of processing which failed