A
Creator that uses an instance method to create singletons.
By default this creator uses a static method with the signature:
SomeClass.getInstance() to create new instances. The name of
the singleton constructor method can be customized using the
getInstance parameter.
author: Ahmed Hashim [hashim at egjug dot org] author: Joe Walker [joe at getahead dot ltd dot uk] |