org.apache.geronimo.j2ee.deployment
Interface NamingBuilder
- All Superinterfaces:
- AbstractNamespaceBuilder
- All Known Implementing Classes:
- AbstractNamingBuilder, AdminObjectRefBuilder, Axis2ServiceRefBuilder, AxisServiceRefBuilder, CorbaRefBuilder, CXFServiceRefBuilder, EjbRefBuilder, EnvironmentEntryBuilder, GBeanRefBuilder, JAXWSServiceRefBuilder, LifecycleMethodBuilder, NamingBuilderCollection, NamingBuilderCollectionGBean, OpenEjbCorbaRefBuilder, PersistenceContextRefBuilder, PersistenceUnitRefBuilder, ResourceRefBuilder, SwitchingServiceRefBuilder, TSSLinkBuilder, UnavailableRefBuilder, UserTransactionRefBuilder
public interface NamingBuilder
- extends AbstractNamespaceBuilder
Method Summary |
void |
buildEnvironment(org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject plan,
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)
|
NO_REFS
static final org.apache.xmlbeans.XmlObject[] NO_REFS
ENV
static final String ENV
- See Also:
- Constant Field Values
JNDI_KEY
static final NamingBuilder.Key<Map<String,Object>> JNDI_KEY
INJECTION_KEY
static final NamingBuilder.Key<Holder> INJECTION_KEY
GBEAN_NAME_KEY
static final NamingBuilder.Key<AbstractName> GBEAN_NAME_KEY
buildEnvironment
void buildEnvironment(org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject plan,
Environment environment)
throws DeploymentException
- Throws:
DeploymentException
initContext
void initContext(org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject plan,
Module module)
throws DeploymentException
- Throws:
DeploymentException
buildNaming
void buildNaming(org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject plan,
Module module,
Map componentContext)
throws DeploymentException
- Throws:
DeploymentException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.