Singleton Pattern

Overview

Ensure a class only has one instance, and provide a global point of access to it.

Participants

Singleton

Singleton Factory

Parameters

instanceField

Create Pattern Links

instanceMethod

Applicability

Use the Singleton pattern when