org.apache.openejb.assembler.classic
Class JndiBuilder

java.lang.Object
  extended by org.apache.openejb.assembler.classic.JndiBuilder

public class JndiBuilder
extends Object

Version:
$Rev: 592489 $ $Date: 2007-11-06 18:13:16 +0100 (Di, 06. Nov 2007) $

Nested Class Summary
protected static class JndiBuilder.Bindings
           
static interface JndiBuilder.JndiNameStrategy
           
static class JndiBuilder.LegacyAddedSuffixStrategy
           
static class JndiBuilder.RemoteInterfaceComparator
           
static class JndiBuilder.TemplatedStrategy
           
 
Field Summary
static Logger logger
           
 
Constructor Summary
JndiBuilder(Context context)
           
 
Method Summary
 void bind(EjbJarInfo ejbJarInfo, DeploymentInfo deploymentInfo, EnterpriseBeanInfo beanInfo, JndiBuilder.JndiNameStrategy strategy)
           
 void build(EjbJarInfo ejbJar, HashMap<String,DeploymentInfo> deployments)
           
 
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
Constructor Detail

JndiBuilder

public JndiBuilder(Context context)
Method Detail

build

public void build(EjbJarInfo ejbJar,
                  HashMap<String,DeploymentInfo> deployments)

bind

public void bind(EjbJarInfo ejbJarInfo,
                 DeploymentInfo deploymentInfo,
                 EnterpriseBeanInfo beanInfo,
                 JndiBuilder.JndiNameStrategy strategy)


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