|
||||||||||
| 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.AbstractKernelConfigurator
public class AbstractKernelConfigurator
Abstract Kernel configurator.
| Field Summary | |
|---|---|
protected KernelConfig |
config
The kernel config |
| 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 | |
|---|---|
AbstractKernelConfigurator()
Create an abstract kernel configurator |
|
| Methods inherited from class org.jboss.kernel.plugins.AbstractKernelObject |
|---|
getKernel |
| 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.KernelObject |
|---|
getKernel |
| Methods inherited from interface org.jboss.kernel.spi.event.KernelEventEmitter |
|---|
fireKernelEvent, registerListener, unregisterListener |
| Field Detail |
|---|
protected KernelConfig config
| Constructor Detail |
|---|
public AbstractKernelConfigurator()
throws Exception
Exception - for any error| Method Detail |
|---|
public BeanInfo getBeanInfo(String className,
ClassLoader cl)
throws Throwable
KernelConfigurator
getBeanInfo in interface KernelConfiguratorclassName - the class namecl - the classloader
Throwable - for any error
public BeanInfo getBeanInfo(Class clazz)
throws Throwable
KernelConfigurator
getBeanInfo in interface KernelConfiguratorclazz - the class
Throwable - for any error
public BeanInfo getBeanInfo(BeanMetaData metaData)
throws Throwable
KernelConfigurator
getBeanInfo in interface KernelConfiguratormetaData - the metadata
Throwable - for any error
public ClassInfo getClassInfo(String className,
ClassLoader cl)
throws Throwable
KernelConfigurator
getClassInfo in interface KernelConfiguratorclassName - the class namecl - the classloader
Throwable - for any error
public ClassInfo getClassInfo(Class clazz)
throws Throwable
KernelConfigurator
getClassInfo in interface KernelConfiguratorclazz - the class
Throwable - for any error
public Joinpoint getConstructorJoinPoint(BeanInfo info)
throws Throwable
KernelConfigurator
getConstructorJoinPoint in interface KernelConfiguratorinfo - the bean info
Throwable - for any error
public Joinpoint getConstructorJoinPoint(BeanMetaData metaData)
throws Throwable
KernelConfigurator
getConstructorJoinPoint in interface KernelConfiguratormetaData - the bean metadata
Throwable - for any error
public Joinpoint getConstructorJoinPoint(BeanInfo info,
ConstructorMetaData metaData,
BeanMetaData beanMetaData)
throws Throwable
KernelConfigurator
getConstructorJoinPoint in interface KernelConfiguratorinfo - the bean infometaData - the constructor metadata
Throwable - for any error
public TargettedJoinpoint getPropertyGetterJoinPoint(BeanInfo info,
String property)
throws Throwable
KernelConfigurator
getPropertyGetterJoinPoint in interface KernelConfiguratorinfo - the bean infoproperty - the property name
Throwable - for any error
public Set getPropertySetterJoinPoints(BeanInfo info,
BeanMetaData metaData)
throws Throwable
KernelConfigurator
getPropertySetterJoinPoints in interface KernelConfiguratorinfo - the bean infometaData - the bean metadata
Throwable - for any error
public TargettedJoinpoint getPropertySetterJoinPoint(BeanInfo info,
ClassLoader cl,
PropertyMetaData metaData)
throws Throwable
KernelConfigurator
getPropertySetterJoinPoint in interface KernelConfiguratorinfo - the bean infocl - the classloadermetaData - the property metadata
Throwable - for any error
public TargettedJoinpoint getPropertySetterJoinPoint(PropertyInfo info,
ClassLoader cl,
PropertyMetaData metaData)
throws Throwable
KernelConfigurator
getPropertySetterJoinPoint in interface KernelConfiguratorinfo - the property infocl - the classloadermetaData - the property metadata
Throwable - for any error
public TargettedJoinpoint getPropertySetterJoinPoint(BeanInfo info,
String property,
ClassLoader cl,
ValueMetaData vmd)
throws Throwable
KernelConfigurator
getPropertySetterJoinPoint in interface KernelConfiguratorinfo - the bean infoproperty - the property namecl - the classloadervmd - the value metadata
Throwable - for any error
public Set getPropertyNullerJoinPoints(BeanInfo info,
BeanMetaData metaData)
throws Throwable
KernelConfigurator
getPropertyNullerJoinPoints in interface KernelConfiguratorinfo - the bean infometaData - the bean metadata
Throwable - for any error
public TargettedJoinpoint getPropertyNullerJoinPoint(BeanInfo info,
PropertyMetaData metaData)
throws Throwable
KernelConfigurator
getPropertyNullerJoinPoint in interface KernelConfiguratorinfo - the bean infometaData - the property metadata
Throwable - for any error
public TargettedJoinpoint getPropertyNullerJoinPoint(PropertyInfo info,
PropertyMetaData metaData)
throws Throwable
KernelConfigurator
getPropertyNullerJoinPoint in interface KernelConfiguratorinfo - the property infometaData - the property metadata
Throwable - for any error
public MethodJoinpoint getMethodJoinPoint(BeanInfo info,
ClassLoader cl,
String name,
List parameters,
boolean isStatic,
boolean isPublic)
throws Throwable
KernelConfigurator
getMethodJoinPoint in interface KernelConfiguratorinfo - 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
public void setKernel(Kernel kernel)
throws Throwable
KernelObject
setKernel in interface KernelObjectsetKernel in class AbstractKernelObjectkernel - the kernel
Throwable - for any error
SecurityException - if the you don't have KernelPermission('configure')
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||