|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaokell.AOKell
public class AOKell
The AOKell factory for retrieving the bootstrap component. A Fractal bootstrap component provides the TypeFactory and GenericFactory server interfaces.
Field Summary | |
---|---|
static Object |
CONTROLLER_DESC
|
static String |
DUMP_GENERATED_PROP_NAME
When non null, this property tells AOKell to dump generated code. |
static ComponentType |
TYPE
|
static String |
USE_GENERATED_CACHE_PROP_NAME
When non null, this property tells AOKell to use a cache for generated code. |
Constructor Summary | |
---|---|
AOKell()
|
Method Summary | |
---|---|
Object |
getFcContentDesc()
|
Object |
getFcControllerDesc()
|
Type |
getFcInstanceType()
|
static ClassLoader |
getLoader()
Return the loader used by AOKell for loading classes. |
Component |
newFcInstance()
This method returns the bootstrap component i.e. the component returned when Fractal.getBootstrapComponent() is called. |
static void |
setLoader(ClassLoader cl)
Set the loader to be used by AOKell for loading classes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DUMP_GENERATED_PROP_NAME
public static final String USE_GENERATED_CACHE_PROP_NAME
public static final ComponentType TYPE
public static final Object CONTROLLER_DESC
Constructor Detail |
---|
public AOKell()
Method Detail |
---|
public Type getFcInstanceType()
getFcInstanceType
in interface Factory
public Object getFcControllerDesc()
getFcControllerDesc
in interface Factory
public Object getFcContentDesc()
getFcContentDesc
in interface Factory
public Component newFcInstance() throws InstantiationException
newFcInstance
in interface Factory
InstantiationException
public static void setLoader(ClassLoader cl)
public static ClassLoader getLoader()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |