org.jboss.aop.microcontainer.beans.metadata
Class AOPDeployment

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.kernel.plugins.deployment.AbstractKernelDeployment
          extended by org.jboss.aop.microcontainer.beans.metadata.AOPDeployment
All Implemented Interfaces:
Serializable, Cloneable, MutableLifecycleHolder, KernelDeployment, org.jboss.util.JBossInterface

public class AOPDeployment
extends AbstractKernelDeployment

Version:
$Revision: 1.1 $
Author:
Kabir Khan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.kernel.plugins.deployment.AbstractKernelDeployment
aliases, annotations, beanFactories, classLoader, create, destroy, installed, installedContexts, mode, name, scoped, start, stop
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, log, toString
 
Constructor Summary
AOPDeployment()
           
 
Method Summary
 void setBeanFactories(List<BeanMetaDataFactory> beanFactories)
          Set the bean factories.
 
Methods inherited from class org.jboss.kernel.plugins.deployment.AbstractKernelDeployment
addInstalledContext, getAliases, getAnnotations, getBeanFactories, getBeans, getClassLoader, getCreate, getDestroy, getInstalledContexts, getMode, getName, getScoped, getStart, getStop, isInstalled, removeInstalledContext, setAliases, setAnnotations, setBeans, setClassLoader, setCreate, setDestroy, setInstalled, setMode, setName, setScoped, setStart, setStop, toShortString, toString
 
Methods inherited from class org.jboss.util.JBossObject
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.util.JBossInterface
clone, toShortString
 

Constructor Detail

AOPDeployment

public AOPDeployment()
Method Detail

setBeanFactories

public void setBeanFactories(List<BeanMetaDataFactory> beanFactories)
Description copied from class: AbstractKernelDeployment
Set the bean factories.

Overrides:
setBeanFactories in class AbstractKernelDeployment
Parameters:
beanFactories - a List.


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.