org.apache.tomcat.jni
Interface ProcErrorCallback
public interface ProcErrorCallback
ProcErrorCallback Interface
- Version:
- $Revision: 300969 $, $Date: 2005-07-12 16:56:11 +0200 (mar., 12 juil. 2005) $
- Author:
- Mladen Turk
Method Summary |
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. |
callback
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.
- 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 errordescription
- Text description of type of processing which failed
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.