org.apache.geronimo.j2ee.deployment
Interface NamingBuilder
- All Known Implementing Classes:
- NamingBuilderCollection, NamingBuilderCollectionGBean
public interface NamingBuilder
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,
org.apache.geronimo.kernel.config.Configuration localConfiguration,
org.apache.geronimo.kernel.config.Configuration remoteConfiguration,
Module module,
Map componentContext)
|
org.apache.xmlbeans.QNameSet |
getPlanQNameSet()
|
org.apache.xmlbeans.QNameSet |
getSpecQNameSet()
|
void |
initContext(org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject plan,
org.apache.geronimo.kernel.config.Configuration localConfiguration,
org.apache.geronimo.kernel.config.Configuration remoteConfiguration,
Module module)
|
NO_REFS
static final org.apache.xmlbeans.XmlObject[] NO_REFS
ENV
static final String ENV
- See Also:
- Constant Field Values
JNDI_KEY
static final String JNDI_KEY
- See Also:
- Constant Field Values
GBEAN_NAME_KEY
static final String GBEAN_NAME_KEY
- See Also:
- Constant Field Values
buildEnvironment
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
- Throws:
org.apache.geronimo.common.DeploymentException
initContext
void initContext(org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject plan,
org.apache.geronimo.kernel.config.Configuration localConfiguration,
org.apache.geronimo.kernel.config.Configuration remoteConfiguration,
Module module)
throws org.apache.geronimo.common.DeploymentException
- Throws:
org.apache.geronimo.common.DeploymentException
buildNaming
void buildNaming(org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject plan,
org.apache.geronimo.kernel.config.Configuration localConfiguration,
org.apache.geronimo.kernel.config.Configuration remoteConfiguration,
Module module,
Map componentContext)
throws org.apache.geronimo.common.DeploymentException
- Throws:
org.apache.geronimo.common.DeploymentException
getSpecQNameSet
org.apache.xmlbeans.QNameSet getSpecQNameSet()
getPlanQNameSet
org.apache.xmlbeans.QNameSet getPlanQNameSet()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.