| Package | Description |
|---|---|
| org.wildfly.naming.client | |
| org.wildfly.naming.client.remote |
| Modifier and Type | Method and Description |
|---|---|
NamingProvider |
NamingProviderFactory.createProvider(URI providerUri,
FastHashtable<String,Object> env)
Create the naming provider instance for a provider URI.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
NamingContextFactory.createRootContext(NamingProvider namingProvider,
String nameScheme,
FastHashtable<String,Object> env)
Create the root context for this naming scheme.
|
boolean |
NamingContextFactory.supportsUriScheme(NamingProvider namingProvider,
String nameScheme)
Determine if this factory supports the given provider and name scheme.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteNamingProvider
A provider for JBoss Remoting-based JNDI contexts.
|
| Modifier and Type | Method and Description |
|---|---|
NamingProvider |
RemoteNamingProviderFactory.createProvider(URI providerUri,
FastHashtable<String,Object> env) |
| Modifier and Type | Method and Description |
|---|---|
Context |
RemoteNamingContextFactory.createRootContext(NamingProvider namingProvider,
String nameScheme,
FastHashtable<String,Object> env) |
boolean |
RemoteNamingContextFactory.supportsUriScheme(NamingProvider namingProvider,
String nameScheme) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.