org.apache.openejb.core
Class LocalInitialContext
java.lang.Object
org.apache.openejb.core.ivm.naming.ContextWrapper
org.apache.openejb.core.LocalInitialContext
- All Implemented Interfaces:
- Context
- Direct Known Subclasses:
- LocalInitialContext
public class LocalInitialContext
- extends ContextWrapper
- Version:
- $Rev: 1388441 $ $Date: 2012-09-21 13:44:24 +0200 (Ven, 21 sep 2012) $
| 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, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, getEnvironment, getNameInNamespace, getNameParser, getNameParser, list, list, listBindings, listBindings, lookup, lookup, 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 |
OPENEJB_EMBEDDED_REMOTABLE
public static final String OPENEJB_EMBEDDED_REMOTABLE
- See Also:
- Constant Field Values
ON_CLOSE
public static final String ON_CLOSE
- See Also:
- Constant Field Values
LocalInitialContext
public LocalInitialContext(Hashtable env,
LocalInitialContextFactory factory)
throws NamingException
- Throws:
NamingException
close
public void close()
throws NamingException
- Specified by:
close in interface Context- Overrides:
close in class ContextWrapper
- Throws:
NamingException
bind
public void bind(String name,
Object obj)
throws NamingException
- Specified by:
bind in interface Context- Overrides:
bind in class ContextWrapper
- Throws:
NamingException
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.