Uses of Class
org.apache.geronimo.gbean.ReferencePatterns

Packages that use ReferencePatterns
org.apache.geronimo.gbean   
org.apache.geronimo.gbean.runtime   
org.apache.geronimo.kernel.config   
 

Uses of ReferencePatterns in org.apache.geronimo.gbean
 

Methods in org.apache.geronimo.gbean that return ReferencePatterns
 ReferencePatterns GBeanData.getReferencePatterns(String name)
           
 

Methods in org.apache.geronimo.gbean with parameters of type ReferencePatterns
 void GBeanData.addDependency(ReferencePatterns dependency)
           
 void GBeanData.setReferencePatterns(String name, ReferencePatterns patterns)
           
 

Uses of ReferencePatterns in org.apache.geronimo.gbean.runtime
 

Methods in org.apache.geronimo.gbean.runtime with parameters of type ReferencePatterns
 void GBeanCollectionReference.setReferencePatterns(ReferencePatterns referencePatterns)
           
 

Constructors in org.apache.geronimo.gbean.runtime with parameters of type ReferencePatterns
GBeanCollectionReference(GBeanInstance gbeanInstance, GReferenceInfo referenceInfo, Kernel kernel, ReferencePatterns referencePatterns)
           
GBeanSingleReference(GBeanInstance gbeanInstance, GReferenceInfo referenceInfo, Kernel kernel, ReferencePatterns referencePatterns)
           
 

Uses of ReferencePatterns in org.apache.geronimo.kernel.config
 

Methods in org.apache.geronimo.kernel.config with parameters of type ReferencePatterns
 AbstractName Configuration.findGBean(ReferencePatterns referencePatterns)
           
 LinkedHashSet Configuration.findGBeans(ReferencePatterns referencePatterns)
           
 void ManageableAttributeStore.setReferencePatterns(Artifact configurationName, AbstractName gbean, GReferenceInfo reference, ReferencePatterns patterns)
          Sets the pattern for a GBean reference.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.