org.openejb.alt.assembler.classic
Class JndiEncBuilder

java.lang.Object
  extended byorg.openejb.alt.assembler.classic.JndiEncBuilder

public class JndiEncBuilder
extends Object

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

Constructor Summary
JndiEncBuilder(JndiEncInfo jndiEnc, String transactionType, EjbType ejbType)
          Constructs the builder and normalizes the input data.
 
Method Summary
 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,
                      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 Context build()
              throws OpenEJBException
Throws:
OpenEJBException


Copyright © 1999-2007 OpenEJB. All Rights Reserved.