org.apache.james.postage.classloading
Class CachedInstanceFactory

java.lang.Object
  extended by org.apache.james.postage.classloading.CachedInstanceFactory

public class CachedInstanceFactory
extends java.lang.Object

generic object factory, caching the class object for reuse


Constructor Summary
CachedInstanceFactory()
           
 
Method Summary
static java.lang.Object createInstance(java.lang.String classname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedInstanceFactory

public CachedInstanceFactory()
Method Detail

createInstance

public static java.lang.Object createInstance(java.lang.String classname)


Copyright © 2006-2007 The Apache Software Foundation. All Rights Reserved.