org.apache.openejb.client
Class LocalInitialContext
java.lang.Object
org.apache.openejb.core.ivm.naming.ContextWrapper
org.apache.openejb.client.LocalInitialContext
- All Implemented Interfaces:
- Context
public class LocalInitialContext
- extends ContextWrapper
- Version:
- $Rev: 898876 $ $Date: 2010-01-13 19:50:13 +0100 (Mi, 13. Jan 2010) $
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
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-2013 The Apache OpenEJB development community. All Rights Reserved.