| Package | Description |
|---|---|
| org.jboss.ejb.client | |
| org.wildfly.httpclient.naming | |
| org.wildfly.naming.client | |
| org.wildfly.naming.client.remote | |
| org.wildfly.transaction.client.naming.txn |
| Modifier and Type | Method and Description |
|---|---|
NamingProvider |
EJBReceiverInvocationContext.getNamingProvider()
Get the naming provider attached to this invocation, if any.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
EJBNamingContextFactory.createRootContext(NamingProvider namingProvider,
String nameScheme,
FastHashtable<String,Object> env) |
protected abstract <T> StatefulEJBLocator<T> |
EJBReceiver.createSession(StatelessEJBLocator<T> statelessLocator,
NamingProvider namingProvider)
Creates a session for a stateful session bean represented by the passed app name, module name, distinct name
and bean name combination.
|
boolean |
EJBNamingContextFactory.supportsUriScheme(NamingProvider namingProvider,
String nameScheme) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpNamingProvider |
| Modifier and Type | Method and Description |
|---|---|
NamingProvider |
HttpNamingProviderFactory.createProvider(FastHashtable<String,Object> env,
URI... providerUris) |
| Modifier and Type | Method and Description |
|---|---|
Context |
HttpNamingContextFactory.createRootContext(NamingProvider namingProvider,
String nameScheme,
FastHashtable<String,Object> env) |
boolean |
HttpNamingContextFactory.supportsUriScheme(NamingProvider namingProvider,
String nameScheme) |
| Modifier and Type | Method and Description |
|---|---|
NamingProvider |
NamingProviderFactory.createProvider(FastHashtable<String,Object> env,
URI... providerUris)
Create the naming provider instance for a provider URI.
|
static NamingProvider |
NamingProvider.getCurrentNamingProvider()
Get the current naming provider being used for the current deserialization operation.
|
| 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 |
|---|---|
Context |
RemoteNamingContextFactory.createRootContext(NamingProvider namingProvider,
String nameScheme,
FastHashtable<String,Object> env) |
boolean |
RemoteNamingContextFactory.supportsUriScheme(NamingProvider namingProvider,
String nameScheme) |
| Modifier and Type | Method and Description |
|---|---|
Context |
TxnNamingContextFactory.createRootContext(NamingProvider namingProvider,
String nameScheme,
FastHashtable<String,Object> env) |
boolean |
TxnNamingContextFactory.supportsUriScheme(NamingProvider namingProvider,
String nameScheme) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.