| org.apache.geronimo.j2ee.deployment.NamingBuilderCollection
All known Subclasses: org.apache.geronimo.j2ee.deployment.NamingBuilderCollectionGBean,
NamingBuilderCollection | public class NamingBuilderCollection extends AbstractBuilderCollection implements NamingBuilder(Code) | | version: $Rev: 535381 $ $Date: 2007-05-04 14:04:18 -0700 (Fri, 04 May 2007) $ |
Method Summary | |
public void | buildEnvironment(XmlObject specDD, XmlObject plan, Environment environment) | public void | buildNaming(XmlObject specDD, XmlObject plan, Module module, Map componentContext) | public void | initContext(XmlObject specDD, XmlObject plan, Module module) |
buildEnvironment | public void buildEnvironment(XmlObject specDD, XmlObject plan, Environment environment) throws DeploymentException(Code) | | |
buildNaming | public void buildNaming(XmlObject specDD, XmlObject plan, Module module, Map componentContext) throws DeploymentException(Code) | | |
initContext | public void initContext(XmlObject specDD, XmlObject plan, Module module) throws DeploymentException(Code) | | |
|
|