| org.apache.tomcat.jni.ProcErrorCallback
ProcErrorCallback | public interface ProcErrorCallback (Code) | | ProcErrorCallback Interface
author: Mladen Turk version: $Revision: 467222 $, $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $ |
Method Summary | |
public 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. |
callback | public void callback(long pool, int err, String description)(Code) | | 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 childerror function needs user data, associate it with thispool. Parameters: err - APR error code describing the error Parameters: description - Text description of type of processing which failed |
|
|