|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.hivemind.service.impl.ClassFactoryImpl
Implementation of ClassFactory
.
Constructor Summary | |
ClassFactoryImpl()
|
Method Summary | |
ClassFab |
newClass(java.lang.String name,
java.lang.Class superClass,
Module module)
Creates a ClassFab object for the given name; the new class
is a subclass of the indicated class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassFactoryImpl()
Method Detail |
public ClassFab newClass(java.lang.String name, java.lang.Class superClass, Module module)
ClassFactory
ClassFab
object for the given name; the new class
is a subclass of the indicated class. The new class
is public and concrete.
newClass
in interface ClassFactory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |