Uses of Class
org.apache.openejb.assembler.classic.JndiEncInfo

Packages that use JndiEncInfo
org.apache.openejb.assembler.classic   
org.apache.openejb.config   
 

Uses of JndiEncInfo in org.apache.openejb.assembler.classic
 

Fields in org.apache.openejb.assembler.classic declared as JndiEncInfo
 JndiEncInfo AppInfo.appJndiEnc
           
 JndiEncInfo AppInfo.globalJndiEnc
           
 JndiEncInfo ClientInfo.jndiEnc
           
 JndiEncInfo WebAppInfo.jndiEnc
           
 JndiEncInfo EnterpriseBeanInfo.jndiEnc
           
 JndiEncInfo EjbJarInfo.moduleJndiEnc
           
 

Methods in org.apache.openejb.assembler.classic with parameters of type JndiEncInfo
 List<Injection> InjectionBuilder.buildInjections(JndiEncInfo jndiEnc)
           
 

Constructors in org.apache.openejb.assembler.classic with parameters of type JndiEncInfo
JndiEncBuilder(JndiEncInfo jndiEnc, Collection<Injection> injections, String transactionType, String moduleId, URI moduleUri, String uniqueId, ClassLoader classLoader, Properties appProperties)
           
JndiEncBuilder(JndiEncInfo jndiEnc, Collection<Injection> injections, String moduleId, URI moduleUri, String uniqueId, ClassLoader classLoader, Properties appProperties)
           
 

Uses of JndiEncInfo in org.apache.openejb.config
 

Methods in org.apache.openejb.config with parameters of type JndiEncInfo
 void JndiEncInfoBuilder.build(JndiConsumer jndiConsumer, String ejbName, String moduleId, URI moduleUri, JndiEncInfo moduleJndiEnc, JndiEncInfo compJndiEnc)
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.