|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KernelConfigurator
A configurator.
The configurator is a utility class used by the controller to create and configure beans.
Methods inherited from interface org.jboss.kernel.spi.KernelObject |
---|
getKernel, setKernel |
Methods inherited from interface org.jboss.kernel.spi.event.KernelEventEmitter |
---|
fireKernelEvent, registerListener, unregisterListener |
Method Detail |
---|
BeanInfo getBeanInfo(String className, ClassLoader cl) throws Throwable
className
- the class namecl
- the classloader
Throwable
- for any errorBeanInfo getBeanInfo(Class clazz) throws Throwable
clazz
- the class
Throwable
- for any errorBeanInfo getBeanInfo(BeanMetaData metaData) throws Throwable
metaData
- the metadata
Throwable
- for any errorClassInfo getClassInfo(String className, ClassLoader cl) throws Throwable
className
- the class namecl
- the classloader
Throwable
- for any errorClassInfo getClassInfo(Class clazz) throws Throwable
clazz
- the class
Throwable
- for any errorJoinpoint getConstructorJoinPoint(BeanInfo info) throws Throwable
info
- the bean info
Throwable
- for any errorJoinpoint getConstructorJoinPoint(BeanMetaData metaData) throws Throwable
metaData
- the bean metadata
Throwable
- for any errorJoinpoint getConstructorJoinPoint(BeanInfo info, ConstructorMetaData metaData, BeanMetaData beanMetaData) throws Throwable
info
- the bean infometaData
- the constructor metadatabeanMetaData
-
Throwable
- for any errorTargettedJoinpoint getPropertyGetterJoinPoint(BeanInfo info, String property) throws Throwable
info
- the bean infoproperty
- the property name
Throwable
- for any errorSet getPropertySetterJoinPoints(BeanInfo info, BeanMetaData metaData) throws Throwable
info
- the bean infometaData
- the bean metadata
Throwable
- for any errorTargettedJoinpoint getPropertySetterJoinPoint(BeanInfo info, ClassLoader cl, PropertyMetaData metaData) throws Throwable
info
- the bean infocl
- the classloadermetaData
- the property metadata
Throwable
- for any errorTargettedJoinpoint getPropertySetterJoinPoint(BeanInfo info, String property, ClassLoader cl, ValueMetaData vmd) throws Throwable
info
- the bean infoproperty
- the property namecl
- the classloadervmd
- the value metadata
Throwable
- for any errorTargettedJoinpoint getPropertySetterJoinPoint(PropertyInfo info, ClassLoader cl, PropertyMetaData metaData) throws Throwable
info
- the property infocl
- the classloadermetaData
- the property metadata
Throwable
- for any errorSet getPropertyNullerJoinPoints(BeanInfo info, BeanMetaData metaData) throws Throwable
info
- the bean infometaData
- the bean metadata
Throwable
- for any errorTargettedJoinpoint getPropertyNullerJoinPoint(BeanInfo info, PropertyMetaData metaData) throws Throwable
info
- the bean infometaData
- the property metadata
Throwable
- for any errorTargettedJoinpoint getPropertyNullerJoinPoint(PropertyInfo info, PropertyMetaData metaData) throws Throwable
info
- the property infometaData
- the property metadata
Throwable
- for any errorMethodJoinpoint getMethodJoinPoint(BeanInfo info, ClassLoader cl, String name, List parameters, boolean isStatic, boolean isPublic) throws Throwable
info
- the bean infocl
- the classloadername
- the method nameparameters
- the parameter metadataisStatic
- whether the method is staticisPublic
- whether the method is public
Throwable
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |