org.openejb.alt.assembler.classic
Class JndiEncBuilder

java.lang.Object
  extended by org.openejb.alt.assembler.classic.JndiEncBuilder

public class JndiEncBuilder
extends java.lang.Object

Version:
$Revision: 2080 $ $Date: 2005-08-15 18:05:03 -0700 (Mon, 15 Aug 2005) $

Constructor Summary
JndiEncBuilder(JndiEncInfo jndiEnc, java.lang.String transactionType, EjbType ejbType)
          Constructs the builder and normalizes the input data.
 
Method Summary
 javax.naming.Context build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JndiEncBuilder

public JndiEncBuilder(JndiEncInfo jndiEnc,
                      java.lang.String transactionType,
                      EjbType ejbType)
               throws OpenEJBException
Constructs the builder and normalizes the input data. Does not build till build() is called

Parameters:
jndiEnc -
transactionType -
Throws:
OpenEJBException
Method Detail

build

public javax.naming.Context build()
                           throws OpenEJBException
Throws:
OpenEJBException


Copyright © 1999-2011 OpenEJB. All Rights Reserved.