|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.kernel.plugins.event.AbstractEventEmitter
org.jboss.kernel.plugins.AbstractKernelObject
org.jboss.kernel.plugins.config.AbstractKernelConfig
public abstract class AbstractKernelConfig
Abstract Kernel configuration.
| Field Summary |
|---|
| Fields inherited from class org.jboss.kernel.plugins.AbstractKernelObject |
|---|
kernel, log |
| Fields inherited from class org.jboss.kernel.plugins.event.AbstractEventEmitter |
|---|
eventListenerRegistry, NULL |
| Constructor Summary | |
|---|---|
AbstractKernelConfig()
Create an abstract kernel configuration |
|
| Method Summary | |
|---|---|
protected BeanInfoFactory |
createDefaultBeanInfoFactory()
Create the default bean info factory |
protected ClassAdapterFactory |
createDefaultClassAdapterFactory()
Create the default type info factory |
BeanInfo |
getBeanInfo(Class clazz)
Get the bean info |
BeanInfo |
getBeanInfo(String className,
ClassLoader cl)
Get the bean info |
protected BeanInfoFactory |
getBeanInfoFactory()
Get the BeanInfoFactory |
protected ClassAdapterFactory |
getClassAdapterFactory()
Get the class adapter factory |
ClassInfo |
getClassInfo(Class clazz)
Get the class info for a class |
ClassInfo |
getClassInfo(String className,
ClassLoader cl)
Get the class info for a class |
| Methods inherited from class org.jboss.kernel.plugins.AbstractKernelObject |
|---|
getKernel, setKernel |
| Methods inherited from class org.jboss.kernel.plugins.event.AbstractEventEmitter |
|---|
createEvent, fireKernelEvent, fireKernelEvent, hasListeners, nextEmitterSequence, registerListener, unregisterListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.kernel.spi.config.KernelConfig |
|---|
createKernelBus, createKernelConfigurator, createKernelController, createKernelEventManager, createKernelInitializer, createKernelRegistry |
| Methods inherited from interface org.jboss.kernel.spi.KernelObject |
|---|
getKernel, setKernel |
| Methods inherited from interface org.jboss.kernel.spi.event.KernelEventEmitter |
|---|
fireKernelEvent, registerListener, unregisterListener |
| Constructor Detail |
|---|
public AbstractKernelConfig()
throws Exception
Exception - for any error| Method Detail |
|---|
public BeanInfo getBeanInfo(String className,
ClassLoader cl)
throws Exception
KernelConfig
getBeanInfo in interface KernelConfigclassName - the class namecl - the classloader
Exception
public BeanInfo getBeanInfo(Class clazz)
throws Exception
KernelConfig
getBeanInfo in interface KernelConfigclazz - the class
Exception
public ClassInfo getClassInfo(String className,
ClassLoader cl)
throws Exception
KernelConfig
getClassInfo in interface KernelConfigclassName - the class namecl - the classloader
Exception
public ClassInfo getClassInfo(Class clazz)
throws Exception
KernelConfig
getClassInfo in interface KernelConfigclazz - the class
Exception
protected BeanInfoFactory getBeanInfoFactory()
throws Exception
Exception - for any error
protected ClassAdapterFactory getClassAdapterFactory()
throws Exception
Exception - for any error
protected BeanInfoFactory createDefaultBeanInfoFactory()
throws Exception
Exception - for any error
protected ClassAdapterFactory createDefaultClassAdapterFactory()
throws Exception
Exception - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||