org.apache.geronimo.naming.enc
Class EnterpriseNamingContext

java.lang.Object
  extended by org.apache.geronimo.naming.enc.EnterpriseNamingContext

public final class EnterpriseNamingContext
extends Object


Constructor Summary
EnterpriseNamingContext()
           
 
Method Summary
static Context createEnterpriseNamingContext(Map context)
           
static Context createEnterpriseNamingContext(Map componentContext, UserTransaction userTransaction, Kernel kernel, ClassLoader classLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterpriseNamingContext

public EnterpriseNamingContext()
Method Detail

createEnterpriseNamingContext

public static Context createEnterpriseNamingContext(Map componentContext,
                                                    UserTransaction userTransaction,
                                                    Kernel kernel,
                                                    ClassLoader classLoader)
                                             throws NamingException
Throws:
NamingException

createEnterpriseNamingContext

public static Context createEnterpriseNamingContext(Map context)
                                             throws NamingException
Throws:
NamingException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.