|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Singleton is a marker interface that, when implemented,
identifies a class as a singleton.
A singleton is defined as a class having a single instance per Java
Virtual Machine (JVM).
Singleton interface has no methods or fields and
serves only to identify the implementing class as a singleton.
It is the responsibility of the class developer to ensure that the class is
properly implemented as a singleton.
Refresh
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||