Java Doc for Status.java in  » Sevlet-Container » apache-tomcat-6.0.14 » org » apache » tomcat » jni » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Sevlet Container » apache tomcat 6.0.14 » org.apache.tomcat.jni 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.tomcat.jni.Status

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


Field Summary
final public static  intAPR_ANONYMOUS
    
final public static  intAPR_BADARG
    
final public static  intAPR_BADCH
    
final public static  intAPR_CHILD_DONE
    
final public static  intAPR_CHILD_NOTDONE
    
final public static  intAPR_DETACH
    
final public static  intAPR_EABOVEROOT
    
final public static  intAPR_EABSOLUTE
    
final public static  intAPR_EBADDATE
    
final public static  intAPR_EBADIP
    
final public static  intAPR_EBADMASK
    
final public static  intAPR_EBADPATH
    
final public static  intAPR_EBUSY
    
final public static  intAPR_EDSOOPEN
    
final public static  intAPR_EGENERAL
    
final public static  intAPR_EINCOMPLETE
    
final public static  intAPR_EINIT
    
final public static  intAPR_EINVALSOCK
    
final public static  intAPR_EMISMATCH
    
final public static  intAPR_ENODIR
    
final public static  intAPR_ENOLOCK
    
final public static  intAPR_ENOPOLL
    
final public static  intAPR_ENOPOOL
    
final public static  intAPR_ENOPROC
    
final public static  intAPR_ENOSHMAVAIL
    
final public static  intAPR_ENOSOCKET
    
final public 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.
final public static  intAPR_ENOTENOUGHENTROPY
    
final public static  intAPR_ENOTHDKEY
    
final public static  intAPR_ENOTHREAD
    
final public static  intAPR_ENOTIME
    
final public static  intAPR_ENOTIMPL
    
final public static  intAPR_EOF
    
final public static  intAPR_EPATHWILD
    
final public static  intAPR_EPROC_UNKNOWN
    
final public static  intAPR_ERELATIVE
    
final public static  intAPR_ESYMNOTFOUND
    
final public static  intAPR_FILEBASED
    
final public 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.
final public static  intAPR_INCOMPLETE
    
final public static  intAPR_INPARENT
    
final public static  intAPR_KEYBASED
    
final public static  intAPR_NOTDETACH
    
final public static  intAPR_NOTFOUND
    
final public 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.
final public 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.
final public static  intAPR_OS_START_EAIERR
     APR_OS_START_EAIERR folds EAI_ error codes from getaddrinfo() into apr_status_t values.
final public static  intAPR_OS_START_ERROR
     APR_OS_START_ERROR is where the APR specific error values start.
final public static  intAPR_OS_START_STATUS
     APR_OS_START_STATUS is where the APR specific status codes start.
final public static  intAPR_OS_START_SYSERR
     APR_OS_START_SYSERR folds platform-specific system error values into apr_status_t values.
final public static  intAPR_OS_START_USEERR
     APR_OS_START_USEERR is obsolete, defined for compatibility only.
final public 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.
final public static  intAPR_SUCCESS
     no error.
final public static  intAPR_TIMEUP
    
final public static  intEAGAIN
    
final public static  intEINPROGRESS
    
final public static  intEINTR
    
final public static  intETIMEDOUT
    
final public static  intTIMEUP
    


Method Summary
final public static  booleanAPR_STATUS_IS_ANONYMOUS(int s)
    
final public static  booleanAPR_STATUS_IS_BADARG(int s)
    
final public static  booleanAPR_STATUS_IS_BADCH(int s)
    
final public static  booleanAPR_STATUS_IS_CHILD_DONE(int s)
    
final public static  booleanAPR_STATUS_IS_CHILD_NOTDONE(int s)
    
final public static  booleanAPR_STATUS_IS_DETACH(int s)
    
final public static  booleanAPR_STATUS_IS_EABOVEROOT(int s)
    
final public static  booleanAPR_STATUS_IS_EABSOLUTE(int s)
    
final public static  booleanAPR_STATUS_IS_EAGAIN(int s)
    
final public static  booleanAPR_STATUS_IS_EBADDATE(int s)
    
final public static  booleanAPR_STATUS_IS_EBADIP(int s)
    
final public static  booleanAPR_STATUS_IS_EBADMASK(int s)
    
final public static  booleanAPR_STATUS_IS_EBADPATH(int s)
    
final public static  booleanAPR_STATUS_IS_EBUSY(int s)
    
final public static  booleanAPR_STATUS_IS_ECONNABORTED(int s)
    
final public static  booleanAPR_STATUS_IS_ECONNRESET(int s)
    
final public static  booleanAPR_STATUS_IS_EDSOPEN(int s)
    
final public static  booleanAPR_STATUS_IS_EGENERAL(int s)
    
final public static  booleanAPR_STATUS_IS_EINCOMPLETE(int s)
    
final public static  booleanAPR_STATUS_IS_EINIT(int s)
    
final public static  booleanAPR_STATUS_IS_EINPROGRESS(int s)
    
final public static  booleanAPR_STATUS_IS_EINTR(int s)
    
final public static  booleanAPR_STATUS_IS_EINVAL(int s)
    
final public static  booleanAPR_STATUS_IS_EINVALSOCK(int s)
    
final public static  booleanAPR_STATUS_IS_EMISMATCH(int s)
    
final public static  booleanAPR_STATUS_IS_ENODIR(int s)
    
final public static  booleanAPR_STATUS_IS_ENOLOCK(int s)
    
final public static  booleanAPR_STATUS_IS_ENOPOLL(int s)
    
final public static  booleanAPR_STATUS_IS_ENOPOOL(int s)
    
final public static  booleanAPR_STATUS_IS_ENOPROC(int s)
    
final public static  booleanAPR_STATUS_IS_ENOSHMAVAIL(int s)
    
final public static  booleanAPR_STATUS_IS_ENOSOCKET(int s)
    
final public 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.
final public static  booleanAPR_STATUS_IS_ENOTENOUGHENTROPY(int s)
    
final public static  booleanAPR_STATUS_IS_ENOTHDKEY(int s)
    
final public static  booleanAPR_STATUS_IS_ENOTHREAD(int s)
    
final public static  booleanAPR_STATUS_IS_ENOTIME(int s)
    
final public static  booleanAPR_STATUS_IS_ENOTIMPL(int s)
    
final public static  booleanAPR_STATUS_IS_ENOTSOCK(int s)
    
final public static  booleanAPR_STATUS_IS_EOF(int s)
    
final public static  booleanAPR_STATUS_IS_EPATHWILD(int s)
    
final public static  booleanAPR_STATUS_IS_EPROC_UNKNOWN(int s)
    
final public static  booleanAPR_STATUS_IS_ERELATIVE(int s)
    
final public static  booleanAPR_STATUS_IS_ESYMNOTFOUND(int s)
    
final public static  booleanAPR_STATUS_IS_ETIMEDOUT(int s)
    
final public static  booleanAPR_STATUS_IS_FILEBASED(int s)
    
final public static  booleanAPR_STATUS_IS_INCHILD(int s)
    
final public static  booleanAPR_STATUS_IS_INCOMPLETE(int s)
    
final public static  booleanAPR_STATUS_IS_INPARENT(int s)
    
final public static  booleanAPR_STATUS_IS_KEYBASED(int s)
    
final public static  booleanAPR_STATUS_IS_NOTDETACH(int s)
    
final public static  booleanAPR_STATUS_IS_NOTFOUND(int s)
    
final public static  booleanAPR_STATUS_IS_TIMEUP(int s)
    

Field Detail
APR_ANONYMOUS
final public static int APR_ANONYMOUS(Code)



APR_BADARG
final public static int APR_BADARG(Code)



APR_BADCH
final public static int APR_BADCH(Code)



APR_CHILD_DONE
final public static int APR_CHILD_DONE(Code)



APR_CHILD_NOTDONE
final public static int APR_CHILD_NOTDONE(Code)



APR_DETACH
final public static int APR_DETACH(Code)



APR_EABOVEROOT
final public static int APR_EABOVEROOT(Code)



APR_EABSOLUTE
final public static int APR_EABSOLUTE(Code)



APR_EBADDATE
final public static int APR_EBADDATE(Code)



APR_EBADIP
final public static int APR_EBADIP(Code)



APR_EBADMASK
final public static int APR_EBADMASK(Code)



APR_EBADPATH
final public static int APR_EBADPATH(Code)



APR_EBUSY
final public static int APR_EBUSY(Code)



APR_EDSOOPEN
final public static int APR_EDSOOPEN(Code)



APR_EGENERAL
final public static int APR_EGENERAL(Code)



APR_EINCOMPLETE
final public static int APR_EINCOMPLETE(Code)



APR_EINIT
final public static int APR_EINIT(Code)



APR_EINVALSOCK
final public static int APR_EINVALSOCK(Code)



APR_EMISMATCH
final public static int APR_EMISMATCH(Code)



APR_ENODIR
final public static int APR_ENODIR(Code)



APR_ENOLOCK
final public static int APR_ENOLOCK(Code)



APR_ENOPOLL
final public static int APR_ENOPOLL(Code)



APR_ENOPOOL
final public static int APR_ENOPOOL(Code)



APR_ENOPROC
final public static int APR_ENOPROC(Code)



APR_ENOSHMAVAIL
final public static int APR_ENOSHMAVAIL(Code)



APR_ENOSOCKET
final public static int APR_ENOSOCKET(Code)



APR_ENOSTAT
final public static int APR_ENOSTAT(Code)
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
final public static int APR_ENOTENOUGHENTROPY(Code)



APR_ENOTHDKEY
final public static int APR_ENOTHDKEY(Code)



APR_ENOTHREAD
final public static int APR_ENOTHREAD(Code)



APR_ENOTIME
final public static int APR_ENOTIME(Code)



APR_ENOTIMPL
final public static int APR_ENOTIMPL(Code)



APR_EOF
final public static int APR_EOF(Code)



APR_EPATHWILD
final public static int APR_EPATHWILD(Code)



APR_EPROC_UNKNOWN
final public static int APR_EPROC_UNKNOWN(Code)



APR_ERELATIVE
final public static int APR_ERELATIVE(Code)



APR_ESYMNOTFOUND
final public static int APR_ESYMNOTFOUND(Code)



APR_FILEBASED
final public static int APR_FILEBASED(Code)



APR_INCHILD
final public static int APR_INCHILD(Code)
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
final public static int APR_INCOMPLETE(Code)



APR_INPARENT
final public static int APR_INPARENT(Code)



APR_KEYBASED
final public static int APR_KEYBASED(Code)



APR_NOTDETACH
final public static int APR_NOTDETACH(Code)



APR_NOTFOUND
final public static int APR_NOTFOUND(Code)



APR_OS_ERRSPACE_SIZE
final public static int APR_OS_ERRSPACE_SIZE(Code)
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
final public static int APR_OS_START_CANONERR(Code)
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
final public static int APR_OS_START_EAIERR(Code)
APR_OS_START_EAIERR folds EAI_ error codes from getaddrinfo() into apr_status_t values.



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



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



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



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



APR_OS_START_USERERR
final public static int APR_OS_START_USERERR(Code)
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
final public static int APR_SUCCESS(Code)
no error.



APR_TIMEUP
final public static int APR_TIMEUP(Code)



EAGAIN
final public static int EAGAIN(Code)



EINPROGRESS
final public static int EINPROGRESS(Code)



EINTR
final public static int EINTR(Code)



ETIMEDOUT
final public static int ETIMEDOUT(Code)



TIMEUP
final public static int TIMEUP(Code)





Method Detail
APR_STATUS_IS_ANONYMOUS
final public static boolean APR_STATUS_IS_ANONYMOUS(int s)(Code)



APR_STATUS_IS_BADARG
final public static boolean APR_STATUS_IS_BADARG(int s)(Code)



APR_STATUS_IS_BADCH
final public static boolean APR_STATUS_IS_BADCH(int s)(Code)



APR_STATUS_IS_CHILD_DONE
final public static boolean APR_STATUS_IS_CHILD_DONE(int s)(Code)



APR_STATUS_IS_CHILD_NOTDONE
final public static boolean APR_STATUS_IS_CHILD_NOTDONE(int s)(Code)



APR_STATUS_IS_DETACH
final public static boolean APR_STATUS_IS_DETACH(int s)(Code)



APR_STATUS_IS_EABOVEROOT
final public static boolean APR_STATUS_IS_EABOVEROOT(int s)(Code)



APR_STATUS_IS_EABSOLUTE
final public static boolean APR_STATUS_IS_EABSOLUTE(int s)(Code)



APR_STATUS_IS_EAGAIN
final public static boolean APR_STATUS_IS_EAGAIN(int s)(Code)



APR_STATUS_IS_EBADDATE
final public static boolean APR_STATUS_IS_EBADDATE(int s)(Code)



APR_STATUS_IS_EBADIP
final public static boolean APR_STATUS_IS_EBADIP(int s)(Code)



APR_STATUS_IS_EBADMASK
final public static boolean APR_STATUS_IS_EBADMASK(int s)(Code)



APR_STATUS_IS_EBADPATH
final public static boolean APR_STATUS_IS_EBADPATH(int s)(Code)



APR_STATUS_IS_EBUSY
final public static boolean APR_STATUS_IS_EBUSY(int s)(Code)



APR_STATUS_IS_ECONNABORTED
final public static boolean APR_STATUS_IS_ECONNABORTED(int s)(Code)



APR_STATUS_IS_ECONNRESET
final public static boolean APR_STATUS_IS_ECONNRESET(int s)(Code)



APR_STATUS_IS_EDSOPEN
final public static boolean APR_STATUS_IS_EDSOPEN(int s)(Code)



APR_STATUS_IS_EGENERAL
final public static boolean APR_STATUS_IS_EGENERAL(int s)(Code)



APR_STATUS_IS_EINCOMPLETE
final public static boolean APR_STATUS_IS_EINCOMPLETE(int s)(Code)



APR_STATUS_IS_EINIT
final public static boolean APR_STATUS_IS_EINIT(int s)(Code)



APR_STATUS_IS_EINPROGRESS
final public static boolean APR_STATUS_IS_EINPROGRESS(int s)(Code)



APR_STATUS_IS_EINTR
final public static boolean APR_STATUS_IS_EINTR(int s)(Code)



APR_STATUS_IS_EINVAL
final public static boolean APR_STATUS_IS_EINVAL(int s)(Code)



APR_STATUS_IS_EINVALSOCK
final public static boolean APR_STATUS_IS_EINVALSOCK(int s)(Code)



APR_STATUS_IS_EMISMATCH
final public static boolean APR_STATUS_IS_EMISMATCH(int s)(Code)



APR_STATUS_IS_ENODIR
final public static boolean APR_STATUS_IS_ENODIR(int s)(Code)



APR_STATUS_IS_ENOLOCK
final public static boolean APR_STATUS_IS_ENOLOCK(int s)(Code)



APR_STATUS_IS_ENOPOLL
final public static boolean APR_STATUS_IS_ENOPOLL(int s)(Code)



APR_STATUS_IS_ENOPOOL
final public static boolean APR_STATUS_IS_ENOPOOL(int s)(Code)



APR_STATUS_IS_ENOPROC
final public static boolean APR_STATUS_IS_ENOPROC(int s)(Code)



APR_STATUS_IS_ENOSHMAVAIL
final public static boolean APR_STATUS_IS_ENOSHMAVAIL(int s)(Code)



APR_STATUS_IS_ENOSOCKET
final public static boolean APR_STATUS_IS_ENOSOCKET(int s)(Code)



APR_STATUS_IS_ENOSTAT
final public static boolean APR_STATUS_IS_ENOSTAT(int s)(Code)
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
final public static boolean APR_STATUS_IS_ENOTENOUGHENTROPY(int s)(Code)



APR_STATUS_IS_ENOTHDKEY
final public static boolean APR_STATUS_IS_ENOTHDKEY(int s)(Code)



APR_STATUS_IS_ENOTHREAD
final public static boolean APR_STATUS_IS_ENOTHREAD(int s)(Code)



APR_STATUS_IS_ENOTIME
final public static boolean APR_STATUS_IS_ENOTIME(int s)(Code)



APR_STATUS_IS_ENOTIMPL
final public static boolean APR_STATUS_IS_ENOTIMPL(int s)(Code)



APR_STATUS_IS_ENOTSOCK
final public static boolean APR_STATUS_IS_ENOTSOCK(int s)(Code)



APR_STATUS_IS_EOF
final public static boolean APR_STATUS_IS_EOF(int s)(Code)



APR_STATUS_IS_EPATHWILD
final public static boolean APR_STATUS_IS_EPATHWILD(int s)(Code)



APR_STATUS_IS_EPROC_UNKNOWN
final public static boolean APR_STATUS_IS_EPROC_UNKNOWN(int s)(Code)



APR_STATUS_IS_ERELATIVE
final public static boolean APR_STATUS_IS_ERELATIVE(int s)(Code)



APR_STATUS_IS_ESYMNOTFOUND
final public static boolean APR_STATUS_IS_ESYMNOTFOUND(int s)(Code)



APR_STATUS_IS_ETIMEDOUT
final public static boolean APR_STATUS_IS_ETIMEDOUT(int s)(Code)



APR_STATUS_IS_FILEBASED
final public static boolean APR_STATUS_IS_FILEBASED(int s)(Code)



APR_STATUS_IS_INCHILD
final public static boolean APR_STATUS_IS_INCHILD(int s)(Code)



APR_STATUS_IS_INCOMPLETE
final public static boolean APR_STATUS_IS_INCOMPLETE(int s)(Code)



APR_STATUS_IS_INPARENT
final public static boolean APR_STATUS_IS_INPARENT(int s)(Code)



APR_STATUS_IS_KEYBASED
final public static boolean APR_STATUS_IS_KEYBASED(int s)(Code)



APR_STATUS_IS_NOTDETACH
final public static boolean APR_STATUS_IS_NOTDETACH(int s)(Code)



APR_STATUS_IS_NOTFOUND
final public static boolean APR_STATUS_IS_NOTFOUND(int s)(Code)



APR_STATUS_IS_TIMEUP
final public static boolean APR_STATUS_IS_TIMEUP(int s)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.