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

Packages that use ReferencePatterns
org.apache.geronimo.deployment.service   
org.apache.geronimo.gbean   
org.apache.geronimo.gbean.runtime   
org.apache.geronimo.kernel.config   
org.apache.geronimo.mavenplugins.car   
org.apache.geronimo.security.deployment   
org.apache.geronimo.system.configuration   
 

Uses of ReferencePatterns in org.apache.geronimo.deployment.service
 

Methods in org.apache.geronimo.deployment.service that return ReferencePatterns
 ReferencePatterns XmlReferenceBuilder.getReferences(org.apache.xmlbeans.XmlObject xmlObject, DeploymentContext context, AbstractName moduleAbstractName, ClassLoader classLoader)
           
 

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 that return types with arguments of type ReferencePatterns
 Set<ReferencePatterns> GBeanData.getDependencies()
           
 Map<String,ReferencePatterns> GBeanData.getReferences()
           
 

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

Method parameters in org.apache.geronimo.gbean with type arguments of type ReferencePatterns
 void GBeanData.setDependencies(Set<ReferencePatterns> dependencies)
           
 

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<AbstractName> Configuration.findGBeans(ReferencePatterns referencePatterns)
           
 void ManageableAttributeStore.setReferencePatterns(Artifact configurationName, AbstractName gbean, GReferenceInfo reference, ReferencePatterns patterns)
          Sets the pattern for a GBean reference.
 

Uses of ReferencePatterns in org.apache.geronimo.mavenplugins.car
 

Methods in org.apache.geronimo.mavenplugins.car with parameters of type ReferencePatterns
 void MavenAttributeStore.setReferencePatterns(Artifact configurationName, AbstractName gbean, GReferenceInfo reference, ReferencePatterns patterns)
           
 

Uses of ReferencePatterns in org.apache.geronimo.security.deployment
 

Methods in org.apache.geronimo.security.deployment that return ReferencePatterns
 ReferencePatterns LoginConfigBuilder.getReferences(org.apache.xmlbeans.XmlObject xmlObject, DeploymentContext context, AbstractName parentName, ClassLoader classLoader)
           
 

Uses of ReferencePatterns in org.apache.geronimo.system.configuration
 

Methods in org.apache.geronimo.system.configuration that return ReferencePatterns
 ReferencePatterns GBeanOverride.getReferencePatterns(String name)
           
 

Methods in org.apache.geronimo.system.configuration that return types with arguments of type ReferencePatterns
 Map<String,ReferencePatterns> GBeanOverride.getReferences()
           
 

Methods in org.apache.geronimo.system.configuration with parameters of type ReferencePatterns
 void LocalAttributeManager.setReferencePatterns(Artifact configurationName, AbstractName gbeanName, GReferenceInfo reference, ReferencePatterns patterns)
           
 void GBeanOverride.setReferencePatterns(String name, ReferencePatterns patterns)
           
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.