org.apache.openejb.core.ivm
Class ContextHandler
java.lang.Object
org.apache.openejb.core.ivm.naming.ContextWrapper
org.apache.openejb.core.ivm.ContextHandler
- All Implemented Interfaces:
- Context
public class ContextHandler
- extends ContextWrapper
| 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 |
| 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 |
ContextHandler
public ContextHandler(Context jndiContext)
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.