Skip to Content
0
Former Member
Sep 07, 2007 at 12:42 PM

Singleton Object

277 Views

Hi all,

is it possible to create systemwide unique objects?

I know of the singleton class, but I do not want to create a unique class instance,

but I want to create some kind of factory class which gives unique objects.

For instance I want to create delivery objects and I do not want multiple users

to create the same delivery object (you can imagine why).

How can I achieve this?

Greetings Fred.