org.apache.tomcat.jni

Class Status

public class Status extends Object

Status

Version: $Revision: 467222 $, $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Mladen Turk

Field Summary
static intAPR_ANONYMOUS
static intAPR_BADARG
static intAPR_BADCH
static intAPR_CHILD_DONE
static intAPR_CHILD_NOTDONE
static intAPR_DETACH
static intAPR_EABOVEROOT
static intAPR_EABSOLUTE
static intAPR_EBADDATE
static intAPR_EBADIP
static intAPR_EBADMASK
static intAPR_EBADPATH
static intAPR_EBUSY
static intAPR_EDSOOPEN
static intAPR_EGENERAL
static intAPR_EINCOMPLETE
static intAPR_EINIT
static intAPR_EINVALSOCK
static intAPR_EMISMATCH
static intAPR_ENODIR
static intAPR_ENOLOCK
static intAPR_ENOPOLL
static intAPR_ENOPOOL
static intAPR_ENOPROC
static intAPR_ENOSHMAVAIL
static intAPR_ENOSOCKET
static intAPR_ENOSTAT
APR Error Values
 APR ERROR VALUES
 APR_ENOSTAT      APR was unable to perform a stat on the file
 APR_ENOPOOL      APR was not provided a pool with which to allocate memory
 APR_EBADDATE     APR was given an invalid date
 APR_EINVALSOCK   APR was given an invalid socket
 APR_ENOPROC      APR was not given a process structure
 APR_ENOTIME      APR was not given a time structure
 APR_ENODIR       APR was not given a directory structure
 APR_ENOLOCK      APR was not given a lock structure
 APR_ENOPOLL      APR was not given a poll structure
 APR_ENOSOCKET    APR was not given a socket
 APR_ENOTHREAD    APR was not given a thread structure
 APR_ENOTHDKEY    APR was not given a thread key structure
 APR_ENOSHMAVAIL  There is no more shared memory available
 APR_EDSOOPEN     APR was unable to open the dso object.  
static intAPR_ENOTENOUGHENTROPY
static intAPR_ENOTHDKEY
static intAPR_ENOTHREAD
static intAPR_ENOTIME
static intAPR_ENOTIMPL
static intAPR_EOF
static intAPR_EPATHWILD
static intAPR_EPROC_UNKNOWN
static intAPR_ERELATIVE
static intAPR_ESYMNOTFOUND
static intAPR_FILEBASED
static intAPR_INCHILD
APR Status Values
 APR STATUS VALUES
 APR_INCHILD        Program is currently executing in the child
 APR_INPARENT       Program is currently executing in the parent
 APR_DETACH         The thread is detached
 APR_NOTDETACH      The thread is not detached
 APR_CHILD_DONE     The child has finished executing
 APR_CHILD_NOTDONE  The child has not finished executing
 APR_TIMEUP         The operation did not finish before the timeout
 APR_INCOMPLETE     The operation was incomplete although some processing
                    was performed and the results are partially valid
 APR_BADCH          Getopt found an option not in the option string
 APR_BADARG         Getopt found an option that is missing an argument
                    and an argument was specified in the option string
 APR_EOF            APR has encountered the end of the file
 APR_NOTFOUND       APR was unable to find the socket in the poll structure
 APR_ANONYMOUS      APR is using anonymous shared memory
 APR_FILEBASED      APR is using a file name as the key to the shared memory
 APR_KEYBASED       APR is using a shared key as the key to the shared memory
 APR_EINIT          Ininitalizer value.  
static intAPR_INCOMPLETE
static intAPR_INPARENT
static intAPR_KEYBASED
static intAPR_NOTDETACH
static intAPR_NOTFOUND
static intAPR_OS_ERRSPACE_SIZE
APR_OS_ERRSPACE_SIZE is the maximum number of errors you can fit into one of the error/status ranges below -- except for APR_OS_START_USERERR, which see.
static intAPR_OS_START_CANONERR
APR_OS_START_CANONERR is where APR versions of errno values are defined on systems which don't have the corresponding errno.
static intAPR_OS_START_EAIERR
APR_OS_START_EAIERR folds EAI_ error codes from getaddrinfo() into apr_status_t values.
static intAPR_OS_START_ERROR
APR_OS_START_ERROR is where the APR specific error values start.
static intAPR_OS_START_STATUS
APR_OS_START_STATUS is where the APR specific status codes start.
static intAPR_OS_START_SYSERR
APR_OS_START_SYSERR folds platform-specific system error values into apr_status_t values.
static intAPR_OS_START_USEERR
APR_OS_START_USEERR is obsolete, defined for compatibility only.
static intAPR_OS_START_USERERR
APR_OS_START_USERERR are reserved for applications that use APR that layer their own error codes along with APR's.
static intAPR_SUCCESS
no error.
static intAPR_TIMEUP
static intEAGAIN
static intEINPROGRESS
static intEINTR
static intETIMEDOUT
static intTIMEUP
Method Summary
static booleanAPR_STATUS_IS_ANONYMOUS(int s)
static booleanAPR_STATUS_IS_BADARG(int s)
static booleanAPR_STATUS_IS_BADCH(int s)
static booleanAPR_STATUS_IS_CHILD_DONE(int s)
static booleanAPR_STATUS_IS_CHILD_NOTDONE(int s)
static booleanAPR_STATUS_IS_DETACH(int s)
static booleanAPR_STATUS_IS_EABOVEROOT(int s)
static booleanAPR_STATUS_IS_EABSOLUTE(int s)
static booleanAPR_STATUS_IS_EAGAIN(int s)
static booleanAPR_STATUS_IS_EBADDATE(int s)
static booleanAPR_STATUS_IS_EBADIP(int s)
static booleanAPR_STATUS_IS_EBADMASK(int s)
static booleanAPR_STATUS_IS_EBADPATH(int s)
static booleanAPR_STATUS_IS_EBUSY(int s)
static booleanAPR_STATUS_IS_ECONNABORTED(int s)
static booleanAPR_STATUS_IS_ECONNRESET(int s)
static booleanAPR_STATUS_IS_EDSOPEN(int s)
static booleanAPR_STATUS_IS_EGENERAL(int s)
static booleanAPR_STATUS_IS_EINCOMPLETE(int s)
static booleanAPR_STATUS_IS_EINIT(int s)
static booleanAPR_STATUS_IS_EINPROGRESS(int s)
static booleanAPR_STATUS_IS_EINTR(int s)
static booleanAPR_STATUS_IS_EINVAL(int s)
static booleanAPR_STATUS_IS_EINVALSOCK(int s)
static booleanAPR_STATUS_IS_EMISMATCH(int s)
static booleanAPR_STATUS_IS_ENODIR(int s)
static booleanAPR_STATUS_IS_ENOLOCK(int s)
static booleanAPR_STATUS_IS_ENOPOLL(int s)
static booleanAPR_STATUS_IS_ENOPOOL(int s)
static booleanAPR_STATUS_IS_ENOPROC(int s)
static booleanAPR_STATUS_IS_ENOSHMAVAIL(int s)
static booleanAPR_STATUS_IS_ENOSOCKET(int s)
static booleanAPR_STATUS_IS_ENOSTAT(int s)
APR_STATUS_IS Status Value Tests
Warning : For any particular error condition, more than one of these tests may match.
static booleanAPR_STATUS_IS_ENOTENOUGHENTROPY(int s)
static booleanAPR_STATUS_IS_ENOTHDKEY(int s)
static booleanAPR_STATUS_IS_ENOTHREAD(int s)
static booleanAPR_STATUS_IS_ENOTIME(int s)
static booleanAPR_STATUS_IS_ENOTIMPL(int s)
static booleanAPR_STATUS_IS_ENOTSOCK(int s)
static booleanAPR_STATUS_IS_EOF(int s)
static booleanAPR_STATUS_IS_EPATHWILD(int s)
static booleanAPR_STATUS_IS_EPROC_UNKNOWN(int s)
static booleanAPR_STATUS_IS_ERELATIVE(int s)
static booleanAPR_STATUS_IS_ESYMNOTFOUND(int s)
static booleanAPR_STATUS_IS_ETIMEDOUT(int s)
static booleanAPR_STATUS_IS_FILEBASED(int s)
static booleanAPR_STATUS_IS_INCHILD(int s)
static booleanAPR_STATUS_IS_INCOMPLETE(int s)
static booleanAPR_STATUS_IS_INPARENT(int s)
static booleanAPR_STATUS_IS_KEYBASED(int s)
static booleanAPR_STATUS_IS_NOTDETACH(int s)
static booleanAPR_STATUS_IS_NOTFOUND(int s)
static booleanAPR_STATUS_IS_TIMEUP(int s)

Field Detail

APR_ANONYMOUS

public static final int APR_ANONYMOUS

APR_BADARG

public static final int APR_BADARG

APR_BADCH

public static final int APR_BADCH

APR_CHILD_DONE

public static final int APR_CHILD_DONE

APR_CHILD_NOTDONE

public static final int APR_CHILD_NOTDONE

APR_DETACH

public static final int APR_DETACH

APR_EABOVEROOT

public static final int APR_EABOVEROOT

APR_EABSOLUTE

public static final int APR_EABSOLUTE

APR_EBADDATE

public static final int APR_EBADDATE

APR_EBADIP

public static final int APR_EBADIP

APR_EBADMASK

public static final int APR_EBADMASK

APR_EBADPATH

public static final int APR_EBADPATH

APR_EBUSY

public static final int APR_EBUSY

APR_EDSOOPEN

public static final int APR_EDSOOPEN

APR_EGENERAL

public static final int APR_EGENERAL

APR_EINCOMPLETE

public static final int APR_EINCOMPLETE

APR_EINIT

public static final int APR_EINIT

APR_EINVALSOCK

public static final int APR_EINVALSOCK

APR_EMISMATCH

public static final int APR_EMISMATCH

APR_ENODIR

public static final int APR_ENODIR

APR_ENOLOCK

public static final int APR_ENOLOCK

APR_ENOPOLL

public static final int APR_ENOPOLL

APR_ENOPOOL

public static final int APR_ENOPOOL

APR_ENOPROC

public static final int APR_ENOPROC

APR_ENOSHMAVAIL

public static final int APR_ENOSHMAVAIL

APR_ENOSOCKET

public static final int APR_ENOSOCKET

APR_ENOSTAT

public static final int APR_ENOSTAT
APR Error Values
 APR ERROR VALUES
 APR_ENOSTAT      APR was unable to perform a stat on the file
 APR_ENOPOOL      APR was not provided a pool with which to allocate memory
 APR_EBADDATE     APR was given an invalid date
 APR_EINVALSOCK   APR was given an invalid socket
 APR_ENOPROC      APR was not given a process structure
 APR_ENOTIME      APR was not given a time structure
 APR_ENODIR       APR was not given a directory structure
 APR_ENOLOCK      APR was not given a lock structure
 APR_ENOPOLL      APR was not given a poll structure
 APR_ENOSOCKET    APR was not given a socket
 APR_ENOTHREAD    APR was not given a thread structure
 APR_ENOTHDKEY    APR was not given a thread key structure
 APR_ENOSHMAVAIL  There is no more shared memory available
 APR_EDSOOPEN     APR was unable to open the dso object.  For more
                  information call apr_dso_error().
 APR_EGENERAL     General failure (specific information not available)
 APR_EBADIP       The specified IP address is invalid
 APR_EBADMASK     The specified netmask is invalid
 APR_ESYMNOTFOUND Could not find the requested symbol
 

APR_ENOTENOUGHENTROPY

public static final int APR_ENOTENOUGHENTROPY

APR_ENOTHDKEY

public static final int APR_ENOTHDKEY

APR_ENOTHREAD

public static final int APR_ENOTHREAD

APR_ENOTIME

public static final int APR_ENOTIME

APR_ENOTIMPL

public static final int APR_ENOTIMPL

APR_EOF

public static final int APR_EOF

APR_EPATHWILD

public static final int APR_EPATHWILD

APR_EPROC_UNKNOWN

public static final int APR_EPROC_UNKNOWN

APR_ERELATIVE

public static final int APR_ERELATIVE

APR_ESYMNOTFOUND

public static final int APR_ESYMNOTFOUND

APR_FILEBASED

public static final int APR_FILEBASED

APR_INCHILD

public static final int APR_INCHILD
APR Status Values
 APR STATUS VALUES
 APR_INCHILD        Program is currently executing in the child
 APR_INPARENT       Program is currently executing in the parent
 APR_DETACH         The thread is detached
 APR_NOTDETACH      The thread is not detached
 APR_CHILD_DONE     The child has finished executing
 APR_CHILD_NOTDONE  The child has not finished executing
 APR_TIMEUP         The operation did not finish before the timeout
 APR_INCOMPLETE     The operation was incomplete although some processing
                    was performed and the results are partially valid
 APR_BADCH          Getopt found an option not in the option string
 APR_BADARG         Getopt found an option that is missing an argument
                    and an argument was specified in the option string
 APR_EOF            APR has encountered the end of the file
 APR_NOTFOUND       APR was unable to find the socket in the poll structure
 APR_ANONYMOUS      APR is using anonymous shared memory
 APR_FILEBASED      APR is using a file name as the key to the shared memory
 APR_KEYBASED       APR is using a shared key as the key to the shared memory
 APR_EINIT          Ininitalizer value.  If no option has been found, but
                    the status variable requires a value, this should be used
 APR_ENOTIMPL       The APR function has not been implemented on this
                    platform, either because nobody has gotten to it yet,
                    or the function is impossible on this platform.
 APR_EMISMATCH      Two passwords do not match.
 APR_EBUSY          The given lock was busy.
 

APR_INCOMPLETE

public static final int APR_INCOMPLETE

APR_INPARENT

public static final int APR_INPARENT

APR_KEYBASED

public static final int APR_KEYBASED

APR_NOTDETACH

public static final int APR_NOTDETACH

APR_NOTFOUND

public static final int APR_NOTFOUND

APR_OS_ERRSPACE_SIZE

public static final int APR_OS_ERRSPACE_SIZE
APR_OS_ERRSPACE_SIZE is the maximum number of errors you can fit into one of the error/status ranges below -- except for APR_OS_START_USERERR, which see.

APR_OS_START_CANONERR

public static final int APR_OS_START_CANONERR
APR_OS_START_CANONERR is where APR versions of errno values are defined on systems which don't have the corresponding errno.

APR_OS_START_EAIERR

public static final int APR_OS_START_EAIERR
APR_OS_START_EAIERR folds EAI_ error codes from getaddrinfo() into apr_status_t values.

APR_OS_START_ERROR

public static final int APR_OS_START_ERROR
APR_OS_START_ERROR is where the APR specific error values start.

APR_OS_START_STATUS

public static final int APR_OS_START_STATUS
APR_OS_START_STATUS is where the APR specific status codes start.

APR_OS_START_SYSERR

public static final int APR_OS_START_SYSERR
APR_OS_START_SYSERR folds platform-specific system error values into apr_status_t values.

APR_OS_START_USEERR

public static final int APR_OS_START_USEERR
APR_OS_START_USEERR is obsolete, defined for compatibility only. Use APR_OS_START_USERERR instead.

APR_OS_START_USERERR

public static final int APR_OS_START_USERERR
APR_OS_START_USERERR are reserved for applications that use APR that layer their own error codes along with APR's. Note that the error immediately following this one is set ten times farther away than usual, so that users of apr have a lot of room in which to declare custom error codes.

APR_SUCCESS

public static final int APR_SUCCESS
no error.

APR_TIMEUP

public static final int APR_TIMEUP

EAGAIN

public static final int EAGAIN

EINPROGRESS

public static final int EINPROGRESS

EINTR

public static final int EINTR

ETIMEDOUT

public static final int ETIMEDOUT

TIMEUP

public static final int TIMEUP

Method Detail

APR_STATUS_IS_ANONYMOUS

public static final boolean APR_STATUS_IS_ANONYMOUS(int s)

APR_STATUS_IS_BADARG

public static final boolean APR_STATUS_IS_BADARG(int s)

APR_STATUS_IS_BADCH

public static final boolean APR_STATUS_IS_BADCH(int s)

APR_STATUS_IS_CHILD_DONE

public static final boolean APR_STATUS_IS_CHILD_DONE(int s)

APR_STATUS_IS_CHILD_NOTDONE

public static final boolean APR_STATUS_IS_CHILD_NOTDONE(int s)

APR_STATUS_IS_DETACH

public static final boolean APR_STATUS_IS_DETACH(int s)

APR_STATUS_IS_EABOVEROOT

public static final boolean APR_STATUS_IS_EABOVEROOT(int s)

APR_STATUS_IS_EABSOLUTE

public static final boolean APR_STATUS_IS_EABSOLUTE(int s)

APR_STATUS_IS_EAGAIN

public static final boolean APR_STATUS_IS_EAGAIN(int s)

APR_STATUS_IS_EBADDATE

public static final boolean APR_STATUS_IS_EBADDATE(int s)

APR_STATUS_IS_EBADIP

public static final boolean APR_STATUS_IS_EBADIP(int s)

APR_STATUS_IS_EBADMASK

public static final boolean APR_STATUS_IS_EBADMASK(int s)

APR_STATUS_IS_EBADPATH

public static final boolean APR_STATUS_IS_EBADPATH(int s)

APR_STATUS_IS_EBUSY

public static final boolean APR_STATUS_IS_EBUSY(int s)

APR_STATUS_IS_ECONNABORTED

public static final boolean APR_STATUS_IS_ECONNABORTED(int s)

APR_STATUS_IS_ECONNRESET

public static final boolean APR_STATUS_IS_ECONNRESET(int s)

APR_STATUS_IS_EDSOPEN

public static final boolean APR_STATUS_IS_EDSOPEN(int s)

APR_STATUS_IS_EGENERAL

public static final boolean APR_STATUS_IS_EGENERAL(int s)

APR_STATUS_IS_EINCOMPLETE

public static final boolean APR_STATUS_IS_EINCOMPLETE(int s)

APR_STATUS_IS_EINIT

public static final boolean APR_STATUS_IS_EINIT(int s)

APR_STATUS_IS_EINPROGRESS

public static final boolean APR_STATUS_IS_EINPROGRESS(int s)

APR_STATUS_IS_EINTR

public static final boolean APR_STATUS_IS_EINTR(int s)

APR_STATUS_IS_EINVAL

public static final boolean APR_STATUS_IS_EINVAL(int s)

APR_STATUS_IS_EINVALSOCK

public static final boolean APR_STATUS_IS_EINVALSOCK(int s)

APR_STATUS_IS_EMISMATCH

public static final boolean APR_STATUS_IS_EMISMATCH(int s)

APR_STATUS_IS_ENODIR

public static final boolean APR_STATUS_IS_ENODIR(int s)

APR_STATUS_IS_ENOLOCK

public static final boolean APR_STATUS_IS_ENOLOCK(int s)

APR_STATUS_IS_ENOPOLL

public static final boolean APR_STATUS_IS_ENOPOLL(int s)

APR_STATUS_IS_ENOPOOL

public static final boolean APR_STATUS_IS_ENOPOOL(int s)

APR_STATUS_IS_ENOPROC

public static final boolean APR_STATUS_IS_ENOPROC(int s)

APR_STATUS_IS_ENOSHMAVAIL

public static final boolean APR_STATUS_IS_ENOSHMAVAIL(int s)

APR_STATUS_IS_ENOSOCKET

public static final boolean APR_STATUS_IS_ENOSOCKET(int s)

APR_STATUS_IS_ENOSTAT

public static final boolean APR_STATUS_IS_ENOSTAT(int s)
APR_STATUS_IS Status Value Tests
Warning : For any particular error condition, more than one of these tests may match. This is because platform-specific error codes may not always match the semantics of the POSIX codes these tests (and the corresponding APR error codes) are named after. A notable example are the APR_STATUS_IS_ENOENT and APR_STATUS_IS_ENOTDIR tests on Win32 platforms. The programmer should always be aware of this and adjust the order of the tests accordingly.

APR_STATUS_IS_ENOTENOUGHENTROPY

public static final boolean APR_STATUS_IS_ENOTENOUGHENTROPY(int s)

APR_STATUS_IS_ENOTHDKEY

public static final boolean APR_STATUS_IS_ENOTHDKEY(int s)

APR_STATUS_IS_ENOTHREAD

public static final boolean APR_STATUS_IS_ENOTHREAD(int s)

APR_STATUS_IS_ENOTIME

public static final boolean APR_STATUS_IS_ENOTIME(int s)

APR_STATUS_IS_ENOTIMPL

public static final boolean APR_STATUS_IS_ENOTIMPL(int s)

APR_STATUS_IS_ENOTSOCK

public static final boolean APR_STATUS_IS_ENOTSOCK(int s)

APR_STATUS_IS_EOF

public static final boolean APR_STATUS_IS_EOF(int s)

APR_STATUS_IS_EPATHWILD

public static final boolean APR_STATUS_IS_EPATHWILD(int s)

APR_STATUS_IS_EPROC_UNKNOWN

public static final boolean APR_STATUS_IS_EPROC_UNKNOWN(int s)

APR_STATUS_IS_ERELATIVE

public static final boolean APR_STATUS_IS_ERELATIVE(int s)

APR_STATUS_IS_ESYMNOTFOUND

public static final boolean APR_STATUS_IS_ESYMNOTFOUND(int s)

APR_STATUS_IS_ETIMEDOUT

public static final boolean APR_STATUS_IS_ETIMEDOUT(int s)

APR_STATUS_IS_FILEBASED

public static final boolean APR_STATUS_IS_FILEBASED(int s)

APR_STATUS_IS_INCHILD

public static final boolean APR_STATUS_IS_INCHILD(int s)

APR_STATUS_IS_INCOMPLETE

public static final boolean APR_STATUS_IS_INCOMPLETE(int s)

APR_STATUS_IS_INPARENT

public static final boolean APR_STATUS_IS_INPARENT(int s)

APR_STATUS_IS_KEYBASED

public static final boolean APR_STATUS_IS_KEYBASED(int s)

APR_STATUS_IS_NOTDETACH

public static final boolean APR_STATUS_IS_NOTDETACH(int s)

APR_STATUS_IS_NOTFOUND

public static final boolean APR_STATUS_IS_NOTFOUND(int s)

APR_STATUS_IS_TIMEUP

public static final boolean APR_STATUS_IS_TIMEUP(int s)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.