|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Closeable | |
| com.marringtons.object | The Adept object package provides sophisticated object manipulation and storage, including a full-featured object database. |
| com.marringtons.util | Every library requires a catch-all packages for classes that cannot be easily grouped elsewhere - and here it is - caches, maps, semaphores, sessions, threads and much more. |
| Uses of Closeable in com.marringtons.object |
| Classes in com.marringtons.object that implement Closeable | |
class |
DAO
DAO is the core of the Adept persistent storage mechanism. |
| Uses of Closeable in com.marringtons.util |
| Classes in com.marringtons.util that implement Closeable | |
class |
Session
Session provides support for saving and retrieving information related to one of many session where a session is common to a single client. |
static class |
Session.PersistentData
This is DAO class used to persist session data to disk. |
| Methods in com.marringtons.util with parameters of type Closeable | |
void |
Cache.add(Closeable object)
For pools - a special sort of cache where items are retrieved on LRU basis. |
boolean |
Cache.add(Object key,
Closeable object)
Add an object to the cache. |
boolean |
Cache.add(int key,
Closeable object)
Add an object to the cache with an integer key. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||