org.apache.james.container.spring.beanfactory
Class AvalonBeanDefinition

java.lang.Object
  extended by org.springframework.core.AttributeAccessorSupport
      extended by org.springframework.beans.factory.support.AbstractBeanDefinition
          extended by org.springframework.beans.factory.support.RootBeanDefinition
              extended by org.apache.james.container.spring.beanfactory.AvalonBeanDefinition
All Implemented Interfaces:
java.io.Serializable, org.springframework.beans.BeanMetadataElement, org.springframework.beans.factory.config.BeanDefinition, org.springframework.core.AttributeAccessor

public class AvalonBeanDefinition
extends org.springframework.beans.factory.support.RootBeanDefinition

See Also:
Serialized Form

Field Summary
protected  java.util.List serviceReferences
           
 
Fields inherited from class org.springframework.beans.factory.support.AbstractBeanDefinition
AUTOWIRE_AUTODETECT, AUTOWIRE_BY_NAME, AUTOWIRE_BY_TYPE, AUTOWIRE_CONSTRUCTOR, AUTOWIRE_NO, DEPENDENCY_CHECK_ALL, DEPENDENCY_CHECK_NONE, DEPENDENCY_CHECK_OBJECTS, DEPENDENCY_CHECK_SIMPLE
 
Fields inherited from interface org.springframework.beans.factory.config.BeanDefinition
ROLE_APPLICATION, ROLE_INFRASTRUCTURE, ROLE_SUPPORT, SCOPE_PROTOTYPE, SCOPE_SINGLETON
 
Constructor Summary
AvalonBeanDefinition()
           
 
Method Summary
 void addAllServiceReferences(java.util.List serviceReferences)
           
 void addServiceReference(AvalonServiceReference serviceReference)
           
 java.util.List getServiceReferences()
           
 
Methods inherited from class org.springframework.beans.factory.support.RootBeanDefinition
equals, toString
 
Methods inherited from class org.springframework.beans.factory.support.AbstractBeanDefinition
getAutowireMode, getBeanClass, getBeanClassName, getConstructorArgumentValues, getDependencyCheck, getDependsOn, getDestroyMethodName, getFactoryBeanName, getFactoryMethodName, getInitMethodName, getMethodOverrides, getPropertyValues, getResolvedAutowireMode, getResourceDescription, getRole, getScope, getSource, hasBeanClass, hasConstructorArgumentValues, hashCode, isAbstract, isAutowireCandidate, isEnforceDestroyMethod, isEnforceInitMethod, isLazyInit, isPrototype, isSingleton, isSynthetic, overrideFrom, prepareMethodOverride, prepareMethodOverrides, resolveBeanClass, setAbstract, setAutowireCandidate, setAutowireMode, setBeanClass, setBeanClassName, setConstructorArgumentValues, setDependencyCheck, setDependsOn, setDestroyMethodName, setEnforceDestroyMethod, setEnforceInitMethod, setFactoryBeanName, setFactoryMethodName, setInitMethodName, setLazyInit, setMethodOverrides, setPropertyValues, setResourceDescription, setRole, setScope, setSingleton, setSource, setSynthetic, validate
 
Methods inherited from class org.springframework.core.AttributeAccessorSupport
attributeNames, copyAttributesFrom, getAttribute, hasAttribute, removeAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.springframework.core.AttributeAccessor
attributeNames, getAttribute, hasAttribute, removeAttribute, setAttribute
 

Field Detail

serviceReferences

protected final java.util.List serviceReferences
Constructor Detail

AvalonBeanDefinition

public AvalonBeanDefinition()
Method Detail

addAllServiceReferences

public void addAllServiceReferences(java.util.List serviceReferences)

addServiceReference

public void addServiceReference(AvalonServiceReference serviceReference)

getServiceReferences

public java.util.List getServiceReferences()


Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.