org.apache.geronimo.j2ee.deployment
Class NamingBuilderCollection
java.lang.Object
org.apache.geronimo.deployment.AbstractBuilderCollection<NamingBuilder>
org.apache.geronimo.j2ee.deployment.NamingBuilderCollection
- All Implemented Interfaces:
- org.apache.geronimo.deployment.AbstractNamespaceBuilder, NamingBuilder
- Direct Known Subclasses:
- NamingBuilderCollectionGBean
public class NamingBuilderCollection
- extends org.apache.geronimo.deployment.AbstractBuilderCollection<NamingBuilder>
- implements NamingBuilder
| Fields inherited from class org.apache.geronimo.deployment.AbstractBuilderCollection |
basePlanElementName, builders, planQNames, specQNames |
|
Method Summary |
void |
buildEnvironment(org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject plan,
org.apache.geronimo.kernel.repository.Environment environment)
|
void |
buildNaming(org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject plan,
Module module,
Map componentContext)
|
void |
initContext(org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject plan,
Module module)
|
| Methods inherited from class org.apache.geronimo.deployment.AbstractBuilderCollection |
addBuilder, getPlanQNameSet, getSpecQNameSet |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.geronimo.deployment.AbstractNamespaceBuilder |
getPlanQNameSet, getSpecQNameSet |
NamingBuilderCollection
public NamingBuilderCollection(Collection<NamingBuilder> builders,
QName basePlanElementName)
buildEnvironment
public void buildEnvironment(org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject plan,
org.apache.geronimo.kernel.repository.Environment environment)
throws org.apache.geronimo.common.DeploymentException
- Specified by:
buildEnvironment in interface NamingBuilder
- Throws:
org.apache.geronimo.common.DeploymentException
initContext
public void initContext(org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject plan,
Module module)
throws org.apache.geronimo.common.DeploymentException
- Specified by:
initContext in interface NamingBuilder
- Throws:
org.apache.geronimo.common.DeploymentException
buildNaming
public void buildNaming(org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject plan,
Module module,
Map componentContext)
throws org.apache.geronimo.common.DeploymentException
- Specified by:
buildNaming in interface NamingBuilder
- Throws:
org.apache.geronimo.common.DeploymentException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.