org.jboss.kernel.plugins.dependency
Class ConfigureAction
java.lang.Object
org.jboss.dependency.plugins.action.AccessControllerContextAction<T,T>
org.jboss.dependency.plugins.action.SimpleControllerContextAction<KernelControllerContext>
org.jboss.kernel.plugins.dependency.KernelControllerContextAction
org.jboss.kernel.plugins.dependency.AbstractConfigureAction
org.jboss.kernel.plugins.dependency.ConfigureAction
- All Implemented Interfaces:
- org.jboss.dependency.plugins.action.ControllerContextAction
public class ConfigureAction
- extends AbstractConfigureAction
New ConfigureAction.
- Author:
- Ales Justin
- See Also:
OldConfigureAction
| Methods inherited from class org.jboss.dependency.plugins.action.SimpleControllerContextAction |
fullContextCast, secureInstallAction, secureUninstallAction, simpleContextCast, simpleInstallAction, simpleUninstallAction |
| Methods inherited from class org.jboss.dependency.plugins.action.AccessControllerContextAction |
install, uninstall |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigureAction
public ConfigureAction()
installActionInternal
protected void installActionInternal(KernelControllerContext context)
throws Throwable
- Overrides:
installActionInternal in class KernelControllerContextAction
- Throws:
Throwable
uninstallActionInternal
protected void uninstallActionInternal(KernelControllerContext context)
- Overrides:
uninstallActionInternal in class KernelControllerContextAction
setAttributes
protected void setAttributes(KernelControllerContext context,
Object target,
org.jboss.beans.info.spi.BeanInfo info,
BeanMetaData metaData,
boolean nullify)
throws Throwable
- Set attributes/properties.
- Parameters:
context - the contexttarget - the targetinfo - the bean infometaData - the bean metadatanullify - should we nullify attributes/properties
- Throws:
Throwable - for any error
dispatchSetProperty
protected void dispatchSetProperty(KernelControllerContext context,
PropertyMetaData property,
boolean nullify,
org.jboss.beans.info.spi.BeanInfo info,
Object target,
ClassLoader cl)
throws Throwable
- Dispatch property set
- Parameters:
context - the contextproperty - the propertynullify - should we nullifyinfo - the bean infotarget - the targetcl - classloader
- Throws:
Throwable - for any error
Copyright ? 2007 JBoss Inc.. All Rights Reserved.