com.u2d.pattern
Class SingletonHelper

java.lang.Object
  extended by com.u2d.pattern.SingletonHelper

public class SingletonHelper
extends java.lang.Object

Date: May 25, 2005 Time: 1:44:27 PM

Author:
Eitan Suez

Constructor Summary
SingletonHelper()
           
 
Method Summary
static Singleton getInstance(java.lang.Class clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingletonHelper

public SingletonHelper()
Method Detail

getInstance

public static Singleton getInstance(java.lang.Class clazz)