public class HttpRootContext
extends org.wildfly.naming.client.AbstractContext
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| Modifier | Constructor and Description |
|---|---|
protected |
HttpRootContext(org.wildfly.naming.client.util.FastHashtable<String,Object> environment,
HttpNamingProvider httpNamingProvider,
String scheme) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(String name,
Object obj) |
protected void |
bindNative(Name name,
Object obj) |
void |
close() |
protected Context |
createSubcontextNative(Name name) |
protected void |
destroySubcontextNative(Name name) |
String |
getNameInNamespace() |
protected org.wildfly.naming.client.CloseableNamingEnumeration<Binding> |
listBindingsNative(Name name) |
protected org.wildfly.naming.client.CloseableNamingEnumeration<NameClassPair> |
listNative(Name name) |
protected Object |
lookupLinkNative(Name name) |
protected Object |
lookupNative(Name name) |
protected void |
rebindNative(Name name,
Object obj) |
protected void |
renameNative(Name oldName,
Name newName) |
protected void |
unbindNative(Name name) |
addToEnvironment, bind, composeName, composeName, createSubcontext, createSubcontext, decomposeName, destroySubcontext, destroySubcontext, getEnvironment, getNameParser, getNameParser, getNativeNameParser, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, nameNotFound, notSupported, readOnlyContext, rebind, rebind, removeFromEnvironment, rename, rename, unbind, unbindprotected HttpRootContext(org.wildfly.naming.client.util.FastHashtable<String,Object> environment, HttpNamingProvider httpNamingProvider, String scheme)
public void bind(String name, Object obj) throws NamingException
bind in interface Contextbind in class org.wildfly.naming.client.AbstractContextNamingExceptionprotected Object lookupNative(Name name) throws NamingException
lookupNative in class org.wildfly.naming.client.AbstractContextNamingExceptionprotected Object lookupLinkNative(Name name) throws NamingException
lookupLinkNative in class org.wildfly.naming.client.AbstractContextNamingExceptionprotected org.wildfly.naming.client.CloseableNamingEnumeration<NameClassPair> listNative(Name name) throws NamingException
listNative in class org.wildfly.naming.client.AbstractContextNamingExceptionprotected org.wildfly.naming.client.CloseableNamingEnumeration<Binding> listBindingsNative(Name name) throws NamingException
listBindingsNative in class org.wildfly.naming.client.AbstractContextNamingExceptionprotected void bindNative(Name name, Object obj) throws NamingException
bindNative in class org.wildfly.naming.client.AbstractContextNamingExceptionprotected void rebindNative(Name name, Object obj) throws NamingException
rebindNative in class org.wildfly.naming.client.AbstractContextNamingExceptionprotected void unbindNative(Name name) throws NamingException
unbindNative in class org.wildfly.naming.client.AbstractContextNamingExceptionprotected void renameNative(Name oldName, Name newName) throws NamingException
renameNative in class org.wildfly.naming.client.AbstractContextNamingExceptionprotected void destroySubcontextNative(Name name) throws NamingException
destroySubcontextNative in class org.wildfly.naming.client.AbstractContextNamingExceptionprotected Context createSubcontextNative(Name name) throws NamingException
createSubcontextNative in class org.wildfly.naming.client.AbstractContextNamingExceptionpublic void close()
throws NamingException
NamingExceptionpublic String getNameInNamespace() throws NamingException
NamingExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.