org.jboss.spring.metadata
Class AbstractSpringDeployment

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

public class AbstractSpringDeployment
extends AbstractKernelDeployment

Author:
Ales Justin
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
AbstractSpringDeployment()
           
 
Method Summary
 void addImport(AbstractImportMetaData imd)
           
protected  List<BeanMetaDataFactory> getBeans(String resource)
           
 
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, setBeanFactories, 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

AbstractSpringDeployment

public AbstractSpringDeployment()
Method Detail

addImport

public void addImport(AbstractImportMetaData imd)

getBeans

protected List<BeanMetaDataFactory> getBeans(String resource)


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