Liferay 6.0.5

com.liferay.portal.util
Class InstancePool

java.lang.Object
  extended by com.liferay.portal.util.InstancePool

Deprecated. This class has been repackaged at com.liferay.portal.kernel.util.

public class InstancePool
extends Object


Constructor Summary
InstancePool()
          Deprecated.  
 
Method Summary
static Object get(String className)
          Deprecated.  
static void put(String className, Object obj)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstancePool

public InstancePool()
Deprecated. 
Method Detail

get

public static Object get(String className)
Deprecated. 

put

public static void put(String className,
                       Object obj)
Deprecated. 

Liferay 6.0.5