|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ail.core.factory.AbstractFactory
com.ail.core.factory.ClassFactory
com.ail.core.factory.CachingClassFactory
public class CachingClassFactory
This factory performs the same function as the ClassFactory, but unlike that factory it allows its prototypes to be cached. This can increase performace dramatically for certain types - especially those that are based on other types (e.g. BeanShell of Drools types which extend (or inherit from) other types.)
| Constructor Summary | |
|---|---|
CachingClassFactory()
|
|
| Method Summary |
|---|
| Methods inherited from class com.ail.core.factory.ClassFactory |
|---|
instantiateType |
| Methods inherited from class com.ail.core.factory.AbstractFactory |
|---|
createType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CachingClassFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||