org.apache.openejb.core.ivm
Class ContextHandler

java.lang.Object
  extended by org.apache.openejb.core.ivm.naming.ContextWrapper
      extended by org.apache.openejb.core.ivm.ContextHandler
All Implemented Interfaces:
Context

public class ContextHandler
extends ContextWrapper


Field Summary
 
Fields inherited from class org.apache.openejb.core.ivm.naming.ContextWrapper
context
 
Fields inherited from interface javax.naming.Context
APPLET, AUTHORITATIVE, BATCHSIZE, DNS_URL, INITIAL_CONTEXT_FACTORY, LANGUAGE, OBJECT_FACTORIES, PROVIDER_URL, REFERRAL, SECURITY_AUTHENTICATION, SECURITY_CREDENTIALS, SECURITY_PRINCIPAL, SECURITY_PROTOCOL, STATE_FACTORIES, URL_PKG_PREFIXES
 
Constructor Summary
ContextHandler(Context jndiContext)
           
 
Method Summary
 Object lookup(Name name)
           
 Object lookup(String name)
           
 
Methods inherited from class org.apache.openejb.core.ivm.naming.ContextWrapper
addToEnvironment, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, getEnvironment, getNameInNamespace, getNameParser, getNameParser, list, list, listBindings, listBindings, lookupLink, lookupLink, rebind, rebind, removeFromEnvironment, rename, rename, unbind, unbind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextHandler

public ContextHandler(Context jndiContext)
Method Detail

lookup

public Object lookup(Name name)
              throws NamingException
Specified by:
lookup in interface Context
Overrides:
lookup in class ContextWrapper
Throws:
NamingException

lookup

public Object lookup(String name)
              throws NamingException
Specified by:
lookup in interface Context
Overrides:
lookup in class ContextWrapper
Throws:
NamingException


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