Uses of Interface
org.apache.aries.blueprint.mutable.MutableComponentMetadata

Packages that use MutableComponentMetadata
org.apache.aries.blueprint.compendium.cm   
org.apache.aries.blueprint.ext   
org.apache.aries.blueprint.mutable   
org.apache.aries.blueprint.reflect   
 

Uses of MutableComponentMetadata in org.apache.aries.blueprint.compendium.cm
 

Methods in org.apache.aries.blueprint.compendium.cm with parameters of type MutableComponentMetadata
 void CmNamespaceHandler.generateIdIfNeeded(ParserContext context, MutableComponentMetadata metadata)
           
 

Uses of MutableComponentMetadata in org.apache.aries.blueprint.ext
 

Methods in org.apache.aries.blueprint.ext with parameters of type MutableComponentMetadata
 void ExtNamespaceHandler.generateIdIfNeeded(ParserContext context, MutableComponentMetadata metadata)
           
 

Uses of MutableComponentMetadata in org.apache.aries.blueprint.mutable
 

Subinterfaces of MutableComponentMetadata in org.apache.aries.blueprint.mutable
 interface MutableBeanMetadata
          A mutable version of the BeanMetadata that allows modifications.
 interface MutablePassThroughMetadata
          The mutable version of the PassThroughMetadata interface
 interface MutableReferenceListMetadata
          A mutable version of the RefCollectionMetadata that allows modifications.
 interface MutableReferenceMetadata
          A mutable version of the ReferenceMetadata that allows modifications.
 interface MutableServiceMetadata
          A mutable version of the ServiceMetadata that allows modifications.
 interface MutableServiceReferenceMetadata
          A mutable version of the ServiceReferenceMetadata that allows modifications.
 

Uses of MutableComponentMetadata in org.apache.aries.blueprint.reflect
 

Classes in org.apache.aries.blueprint.reflect that implement MutableComponentMetadata
 class BeanMetadataImpl
          Implementation of BeanMetadata
 class ComponentMetadataImpl
          Implementation of ComponentMetadata
 class PassThroughMetadataImpl
          A metadata for environment managers.
 class ReferenceListMetadataImpl
          Implementation of RefCollectionMetadata
 class ReferenceMetadataImpl
          Implementation of ReferenceMetadata
 class ServiceMetadataImpl
          Implementation of ServiceMetadata
 class ServiceReferenceMetadataImpl
          Implementation of ServiceReferenceMetadata
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.