|
|||||||||||
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
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 org.jboss.classadapter.spi.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 org.jboss.classadapter.spi.ClassAdapterFactory |
getClassAdapterFactory()
Get the class adapter factory |
org.jboss.reflect.spi.ClassInfo |
getClassInfo(Class clazz)
Get the class info for a class |
org.jboss.reflect.spi.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 errorMethod Detail |
public BeanInfo getBeanInfo(String className, ClassLoader cl) throws Exception
KernelConfig
getBeanInfo
in interface KernelConfig
className
- the class namecl
- the classloader
Exception
public BeanInfo getBeanInfo(Class clazz) throws Exception
KernelConfig
getBeanInfo
in interface KernelConfig
clazz
- the class
Exception
public org.jboss.reflect.spi.ClassInfo getClassInfo(String className, ClassLoader cl) throws Exception
KernelConfig
getClassInfo
in interface KernelConfig
className
- the class namecl
- the classloader
Exception
public org.jboss.reflect.spi.ClassInfo getClassInfo(Class clazz) throws Exception
KernelConfig
getClassInfo
in interface KernelConfig
clazz
- the class
Exception
protected BeanInfoFactory getBeanInfoFactory() throws Exception
Exception
- for any errorprotected org.jboss.classadapter.spi.ClassAdapterFactory getClassAdapterFactory() throws Exception
Exception
- for any errorprotected BeanInfoFactory createDefaultBeanInfoFactory() throws Exception
Exception
- for any errorprotected org.jboss.classadapter.spi.ClassAdapterFactory createDefaultClassAdapterFactory() throws Exception
Exception
- for any error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |