com.caucho.util

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 » EJB Server resin 3.1.5 » util » com.caucho.util 
com.caucho.util
Assorted utilities
Java Source File NameTypeComment
Alarm.javaClass The alarm class provides a lightweight event scheduler.
AlarmListener.javaInterface Interface for receiving alarm events.
Attachment.javaClass
AttachmentReader.javaClass Reads attachments from a stream.
Base64.javaClass Base64 decoding.
ByteBuffer.javaClass A variable-length byte buffer, similar to a character buffer.
CacheListener.javaInterface Notifies the cache entry that it's been removed from the cache.
CaseInsensitiveIntMap.javaClass The IntMap provides a simple hashmap from keys to integers.
CauchoNative.javaClass A wrapper for Caucho system variables, allowing tests to override the default variables.
ChangeListener.javaInterface
CharBuffer.javaClass CharBuffer is an unsynchronized version of StringBuffer.
CharBufferWriter.javaInterface
CharCursor.javaClass
CharScanner.javaClass A scanner for simple delimiter based parsing.
CharSegment.javaClass
ClockCache.javaClass Cache with a clock replacement policy.

Null keys are not allowed.

ClockCacheItem.javaInterface Item fitting in a clock cache.
CompileException.javaInterface
CpuUsage.javaClass
Crc64.javaClass
CyclicBarrier.javaClass Waits for n threads.
DisplayableException.javaInterface
DoubleArray.javaClass
EnumIterator.javaClass Makes an Enumeration appear as an Iterator.
ExceptionWrapper.javaInterface
Exit.javaClass The exit class is used to automatically clean state.
ExitListener.javaInterface
FifoSet.javaClass Stack (fifo) ordered set, used by the JCA code so recent connections are used first.
FlatCache.javaClass Fixed length cache with a LRU replacement policy.
FreeList.javaClass FreeList provides a simple class to manage free objects.
HashMapImpl.javaClass HashMap which doesn't allocate a new DeployController per item.
Html.javaClass
HTTPUtil.javaClass HTTP utilities.
IdentityIntMap.javaClass The IntMap provides a simple hashmap from keys to integers.
InetNetwork.javaClass Represents an internet network mask.
IntArray.javaClass The IntArray is a variable array containing integers.
IntegerResult.javaClass Container for an integer result.
IntMap.javaClass The IntMap provides a simple hashmap from keys to integers.
IntSet.javaClass
JniCaucho.javaClass JNI calls for misc system utilities.
L10N.javaClass
LifoSet.javaClass Stack (lifo) ordered set, used by the JCA code so recent connections are used first.
LineCompileException.javaInterface
LocaleUtil.javaClass Locale generator.
Log.javaClass Static facade.
LongKeyClockCache.javaClass Cache with a clock replacement policy.

Null keys are not allowed.

LongKeyHashMap.javaClass Cache with a clock replacement policy.

Null keys are not allowed.

LongKeyLruCache.javaClass Fixed length cache with a LRU replacement policy.
LongKeyMap.javaClass The LongKeyMap provides a simple hashmap from longs to values.
LongMap.javaClass The IntMap provides a simple hashmap from keys to integers.
LruCache.javaClass Fixed length cache with a LRU replacement policy.
NotImplementedException.javaClass A better name for stubbed out interfaces.
NullEnumeration.javaClass
NullIterator.javaClass
NullOutputStream.javaClass An OutputStream that writes to nothing.
QDate.javaClass
RandomUtil.javaClass System-wide random number generator.
RegistryException.javaClass Base class for configuration exceptions.
RuntimeExceptionWrapper.javaClass
Semaphore.javaClass The Semaphore handles timed locks.
Slist.javaClass
Sort.javaClass
Sprintf.javaClass
StringCharCursor.javaClass
SyncCacheListener.javaInterface Notifies the cache entry that it's been removed from the cache.
ThreadPool.javaClass A generic pool of threads available for Alarms and Work tasks.
ThreadTask.javaInterface Interface for a generic thread task.
TimedCache.javaClass A timed LRU cache.
Tree.javaClass
URLUtil.javaClass URL utilities.
WeakAlarm.javaClass The alarm class provides a lightweight event scheduler.
WeakLruCache.javaClass Fixed length cache with a LRU replacement policy.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.