Jump to content

Service locator pattern

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Derekgreer (talk | contribs) at 19:04, 30 December 2007 (Initial revision). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The Service Locator Pattern is a design pattern used in software development to separate the processes involved in obtaining a service.


Intent

Encapsulate the details required in obtaining a service.

Motivation

Applicability

Structure

Participants

Collaborations

Consequences

Implementation

Sample Code

Known Uses