org.apache.openejb.config
Class JndiEncInfoBuilder

java.lang.Object
  extended by org.apache.openejb.config.JndiEncInfoBuilder

public class JndiEncInfoBuilder
extends Object

Version:
$Rev: 634559 $ $Date: 2008-03-07 07:38:37 +0100 (Fr, 07. M��r 2008) $

Field Summary
static Logger logger
           
protected static Messages messages
           
 
Constructor Summary
JndiEncInfoBuilder(AppInfo appInfo)
           
 
Method Summary
 JndiEncInfo build(JndiConsumer jndiConsumer, String ejbName, String moduleId)
           
 Collection<? extends InjectionInfo> buildInjectionInfos(Injectable injectable)
           
 ReferenceLocationInfo buildLocationInfo(JndiReference reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static final Logger logger

messages

protected static final Messages messages
Constructor Detail

JndiEncInfoBuilder

public JndiEncInfoBuilder(AppInfo appInfo)
Method Detail

build

public JndiEncInfo build(JndiConsumer jndiConsumer,
                         String ejbName,
                         String moduleId)
                  throws OpenEJBException
Throws:
OpenEJBException

buildLocationInfo

public ReferenceLocationInfo buildLocationInfo(JndiReference reference)

buildInjectionInfos

public Collection<? extends InjectionInfo> buildInjectionInfos(Injectable injectable)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.