|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Participant | A Participant is basically a service that needs to be
initialized before it can return objects that correspond to specified
identification keys. |
| Repository | The Repository provides a collection of application-wide data
structures and services that typically setup the whole application
structure in a modular fashion. |
| RepositoryListener | An interface that can be implemented to receive notifications about the progress of the initialization of a repository. |
| Class Summary | |
|---|---|
| BlockingParticipant | A repository participant is basically a service that needs to be initialized before it can return objects that correspond to specified identification keys. |
| BlockingRepository | The BlockingRepository class provides a
Repository implementation that loads the participants from an
XML file. |
| BlockingRepositoryCleanup | The BlockingRepositoryCleanup class is simply a thread that
calls the BlockingRepository's cleanup method. |
| Rep | This static abstract class provides easy application-wide access to the
default Repository. |
| SingleObjectParticipant | Convenience abstract base class to make it easy to implement participants that only provide a single data object. |
| Xml2BlockingRepository | Processes a Rep XML document and add all the declared
participants to a BlockingRepository. |
Provides classes and interfaces for the application repository.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||