org.apache.openejb.core.ivm.naming
Class IvmJndiFactory

java.lang.Object
  extended by org.apache.openejb.core.ivm.naming.IvmJndiFactory
All Implemented Interfaces:
JndiFactory

public class IvmJndiFactory
extends java.lang.Object
implements JndiFactory

Version:
$Rev: 792003 $ $Date: 2009-07-08 02:09:42 +0200 (Mi, 08. Jul 2009) $

Constructor Summary
IvmJndiFactory()
           
 
Method Summary
 javax.naming.Context createComponentContext(java.util.Map<java.lang.String,java.lang.Object> bindings)
           
 javax.naming.Context createRootContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IvmJndiFactory

public IvmJndiFactory()
Method Detail

createComponentContext

public javax.naming.Context createComponentContext(java.util.Map<java.lang.String,java.lang.Object> bindings)
                                            throws SystemException
Specified by:
createComponentContext in interface JndiFactory
Throws:
SystemException

createRootContext

public javax.naming.Context createRootContext()
Specified by:
createRootContext in interface JndiFactory


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