|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A configurator.
The configurator is a utility class used by the controller to create and configure beans.
| Method Summary | |
BeanInfo |
getBeanInfo(BeanMetaData metaData)
Get the BeanInfo for some metadata |
BeanInfo |
getBeanInfo(Class clazz)
Get the BeanInfo |
BeanInfo |
getBeanInfo(String className,
ClassLoader cl)
Get the BeanInfo |
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 |
org.jboss.joinpoint.spi.Joinpoint |
getConstructorJoinPoint(BeanInfo info)
Get a constructor join point |
org.jboss.joinpoint.spi.Joinpoint |
getConstructorJoinPoint(BeanInfo info,
ConstructorMetaData metaData,
BeanMetaData beanMetaData)
Get a constructor join point |
org.jboss.joinpoint.spi.Joinpoint |
getConstructorJoinPoint(BeanMetaData metaData)
Get a constructor join point |
org.jboss.joinpoint.spi.MethodJoinpoint |
getMethodJoinPoint(BeanInfo info,
String name,
List parameters,
boolean isStatic,
boolean isPublic)
Get a method joinpoint |
org.jboss.joinpoint.spi.TargettedJoinpoint |
getPropertyGetterJoinPoint(BeanInfo info,
String property)
Get property getter join point |
org.jboss.joinpoint.spi.TargettedJoinpoint |
getPropertyNullerJoinPoint(BeanInfo info,
PropertyMetaData metaData)
Get property nuller join point |
org.jboss.joinpoint.spi.TargettedJoinpoint |
getPropertyNullerJoinPoint(PropertyInfo info,
PropertyMetaData metaData)
Get property nuller join point |
Set |
getPropertyNullerJoinPoints(BeanInfo info,
BeanMetaData metaData)
Get property nuller join points |
org.jboss.joinpoint.spi.TargettedJoinpoint |
getPropertySetterJoinPoint(BeanInfo info,
PropertyMetaData metaData)
Get property setter join point |
org.jboss.joinpoint.spi.TargettedJoinpoint |
getPropertySetterJoinPoint(BeanInfo info,
String property,
ValueMetaData vmd)
Get property setter join point |
org.jboss.joinpoint.spi.TargettedJoinpoint |
getPropertySetterJoinPoint(PropertyInfo info,
PropertyMetaData metaData)
Get property setter join point |
Set |
getPropertySetterJoinPoints(BeanInfo info,
BeanMetaData metaData)
Get property setter join points |
| 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 |
public BeanInfo getBeanInfo(String className,
ClassLoader cl)
throws Throwable
className - the class namecl - the classloader
Throwable - for any error
public BeanInfo getBeanInfo(Class clazz)
throws Throwable
clazz - the class
Throwable - for any error
public BeanInfo getBeanInfo(BeanMetaData metaData)
throws Throwable
metaData - the metadata
Throwable - for any error
public org.jboss.reflect.spi.ClassInfo getClassInfo(String className,
ClassLoader cl)
throws Throwable
className - the class namecl - the classloader
Throwable - for any error
public org.jboss.reflect.spi.ClassInfo getClassInfo(Class clazz)
throws Throwable
clazz - the class
Throwable - for any error
public org.jboss.joinpoint.spi.Joinpoint getConstructorJoinPoint(BeanInfo info)
throws Throwable
info - the bean info
Throwable - for any error
public org.jboss.joinpoint.spi.Joinpoint getConstructorJoinPoint(BeanMetaData metaData)
throws Throwable
metaData - the bean metadata
Throwable - for any error
public org.jboss.joinpoint.spi.Joinpoint getConstructorJoinPoint(BeanInfo info,
ConstructorMetaData metaData,
BeanMetaData beanMetaData)
throws Throwable
info - the bean infometaData - the constructor metadatabeanMetaData -
Throwable - for any error
public org.jboss.joinpoint.spi.TargettedJoinpoint getPropertyGetterJoinPoint(BeanInfo info,
String property)
throws Throwable
info - the bean infoproperty - the property name
Throwable - for any error
public Set getPropertySetterJoinPoints(BeanInfo info,
BeanMetaData metaData)
throws Throwable
info - the bean infometaData - the bean metadata
Throwable - for any error
public org.jboss.joinpoint.spi.TargettedJoinpoint getPropertySetterJoinPoint(BeanInfo info,
PropertyMetaData metaData)
throws Throwable
info - the bean infometaData - the property metadata
Throwable - for any error
public org.jboss.joinpoint.spi.TargettedJoinpoint getPropertySetterJoinPoint(BeanInfo info,
String property,
ValueMetaData vmd)
throws Throwable
info - the bean infoproperty - the property namevmd - the value metadata
Throwable - for any error
public org.jboss.joinpoint.spi.TargettedJoinpoint getPropertySetterJoinPoint(PropertyInfo info,
PropertyMetaData metaData)
throws Throwable
info - the property infometaData - the property metadata
Throwable - for any error
public Set getPropertyNullerJoinPoints(BeanInfo info,
BeanMetaData metaData)
throws Throwable
info - the bean infometaData - the bean metadata
Throwable - for any error
public org.jboss.joinpoint.spi.TargettedJoinpoint getPropertyNullerJoinPoint(BeanInfo info,
PropertyMetaData metaData)
throws Throwable
info - the bean infometaData - the property metadata
Throwable - for any error
public org.jboss.joinpoint.spi.TargettedJoinpoint getPropertyNullerJoinPoint(PropertyInfo info,
PropertyMetaData metaData)
throws Throwable
info - the property infometaData - the property metadata
Throwable - for any error
public org.jboss.joinpoint.spi.MethodJoinpoint getMethodJoinPoint(BeanInfo info,
String name,
List parameters,
boolean isStatic,
boolean isPublic)
throws Throwable
info - the bean infoname - 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 | ||||||||||