org.apache.tapestry.enhance
Class ClassFactoryImpl
java.lang.Object
org.apache.tapestry.enhance.ClassFactoryImpl
- All Implemented Interfaces:
- EventListener, org.apache.hivemind.service.ClassFactory, ResetEventListener
public class ClassFactoryImpl
- extends Object
- implements org.apache.hivemind.service.ClassFactory, ResetEventListener
Implementation of the hivemind core ClassFactory service to get around some incompatibilities
the current 1.1.1 implementation of hivemind has with the latest (3.4) version of javassist.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassFactoryImpl
public ClassFactoryImpl()
newClass
public org.apache.hivemind.service.ClassFab newClass(String name,
Class superClass)
- Specified by:
newClass in interface org.apache.hivemind.service.ClassFactory
newInterface
public org.apache.hivemind.service.InterfaceFab newInterface(String name)
- Specified by:
newInterface in interface org.apache.hivemind.service.ClassFactory
- Since:
- 1.1
resetEventDidOccur
public void resetEventDidOccur()
- Specified by:
resetEventDidOccur in interface ResetEventListener
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.