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 Object
implements JndiFactory

Version:
$Rev$ $Date$

Constructor Summary
IvmJndiFactory()
           
 
Method Summary
 Context createComponentContext(Map<String,Object> bindings)
           
 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 Context createComponentContext(Map<String,Object> bindings)
                               throws SystemException
Specified by:
createComponentContext in interface JndiFactory
Throws:
SystemException

createRootContext

public Context createRootContext()
Specified by:
createRootContext in interface JndiFactory


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.