com.pnpconsult.zeiterfassung.util
Class SingletonManager

java.lang.Object
  extended bycom.pnpconsult.zeiterfassung.util.SingletonManager

public abstract class SingletonManager
extends java.lang.Object

Version:
$Id: SingletonManager.java,v 1.4 2004/06/24 20:54:18 powerpete Exp $
Author:
Moritz Petersen

Nested Class Summary
protected static interface SingletonManager.Invokator
          Deprecated.  
 
Constructor Summary
protected SingletonManager()
          Deprecated.  
 
Method Summary
static void changeInstance(java.lang.Class clazz, java.lang.Object instance)
          Deprecated.  
protected static java.lang.Object getInstance(java.lang.Class type, SingletonManager.Invokator invokator)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingletonManager

protected SingletonManager()
Deprecated. 
Method Detail

getInstance

protected static java.lang.Object getInstance(java.lang.Class type,
                                              SingletonManager.Invokator invokator)
Deprecated. 

changeInstance

public static void changeInstance(java.lang.Class clazz,
                                  java.lang.Object instance)
Deprecated. 


Copyright © 2003-2004 PNP Unternehmensberatung. All Rights Reserved.