|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IdleInterface | |
| 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 IdleInterface in com.marringtons.object |
| Classes in com.marringtons.object that implement IdleInterface | |
class |
Backup
The database system needs procedures for backing up and restoring all changes. |
| Uses of IdleInterface in com.marringtons.util |
| Methods in com.marringtons.util with parameters of type IdleInterface | |
static void |
Idle.register(IdleInterface process)
Processes use this singleton entry point to register low priority processes to be called while the system is idling. |
static void |
Idle.until(IdleInterface process,
Time tod)
Processes use this singleton entry point to register low priority processes to be called once while the system is idling - but after a specified time of day. |
static void |
Idle.until(IdleInterface process,
Date date)
Processes use this singleton entry point to register low priority processes to be called once while the system is idling - but after a specified time of day. |
static void |
Idle.afterInterval(IdleInterface process,
Time interval)
Processes use this singleton entry point to register low priority processes to be called once while the system is idling - but after a specified time of day. |
static void |
Idle.deregister(IdleInterface process)
A process must be deregistered if no longer needed or it can never be freed. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||