public class LocalInitialContext extends ContextWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalInitialContext.Close |
| Modifier and Type | Field and Description |
|---|---|
static String |
ON_CLOSE |
static String |
OPENEJB_EMBEDDED_REMOTABLE |
contextAPPLET, 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 and Description |
|---|
LocalInitialContext(Hashtable env,
LocalInitialContextFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(String name,
Object obj) |
void |
close() |
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, unbindpublic static final String OPENEJB_EMBEDDED_REMOTABLE
public static final String ON_CLOSE
public LocalInitialContext(Hashtable env, LocalInitialContextFactory factory) throws NamingException
NamingExceptionpublic void close()
throws NamingException
close in interface Contextclose in class ContextWrapperNamingExceptionpublic void bind(String name, Object obj) throws NamingException
bind in interface Contextbind in class ContextWrapperNamingExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.