Package org.opa.service

This package is responsible for providing a directory service.

See:
          Description

Class Summary
OPADefaultServiceManager This class provides a default implementation of the OPAServiceManager interface.
 

Package org.opa.service Description

This package is responsible for providing a directory service. Clients can register themselves as OPAServices, using OPAServiceManager implementations. Other OPA modules or OPAManagers can then locate the OPAServices with a simple name look-up. At the moment each key (Java interface) can only reference a single instance. This may change in future implementations. To allow multiple instances, if necessary, OPA modules can register a facade class as the OPAService. This facade can then act as a factory and generate instances of another class as required by clients.