Package | Description |
---|---|
org.jboss.as.ee.naming | |
org.jboss.as.naming | |
org.jboss.as.naming.remote | |
org.jboss.as.naming.service |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.inject.Injector<NamingStore> |
InjectedEENamespaceContextSelector.getAppContextInjector() |
org.jboss.msc.inject.Injector<NamingStore> |
InjectedEENamespaceContextSelector.getCompContextInjector() |
org.jboss.msc.inject.Injector<NamingStore> |
InjectedEENamespaceContextSelector.getExportedContextInjector() |
org.jboss.msc.inject.Injector<NamingStore> |
InjectedEENamespaceContextSelector.getGlobalContextInjector() |
org.jboss.msc.inject.Injector<NamingStore> |
InjectedEENamespaceContextSelector.getJbossContextInjector() |
org.jboss.msc.inject.Injector<NamingStore> |
InjectedEENamespaceContextSelector.getModuleContextInjector() |
Modifier and Type | Interface and Description |
---|---|
interface |
WritableNamingStore
A
NamingStore that allows entries to be written as well as retrieved. |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryNamingStore
In-memory implementation of the NamingStore.
|
class |
ServiceBasedNamingStore |
class |
WritableServiceBasedNamingStore |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<NamingStore> |
ContextManagedReferenceFactory.getNamingStoreInjectedValue() |
Modifier and Type | Method and Description |
---|---|
static void |
NamingContext.setActiveNamingStore(NamingStore namingStore)
Set the active naming store
|
Constructor and Description |
---|
NamingContext(Name prefix,
NamingStore namingStore,
Hashtable environment)
Create a new naming context with a prefix name and a NamingStore instance to use as a backing.
|
NamingContext(NamingStore namingStore,
Hashtable environment)
Create a new naming context with the given namingStore and an empty name.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.inject.Injector<NamingStore> |
RemoteNamingServerService.getNamingStoreInjector() |
Modifier and Type | Method and Description |
---|---|
NamingStore |
NamingService.getValue()
Get the naming store value.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<NamingStore> |
DefaultNamespaceContextSelectorService.getGlobalNamingStore() |
org.jboss.msc.value.InjectedValue<NamingStore> |
DefaultNamespaceContextSelectorService.getJbossNamingStore() |
org.jboss.msc.value.InjectedValue<NamingStore> |
NamingService.getNamingStore()
Retrieves the naming store's InjectedValue.
|
org.jboss.msc.value.InjectedValue<NamingStore> |
DefaultNamespaceContextSelectorService.getRemoteExposedNamingStore() |
Copyright © 2015 JBoss by Red Hat. All rights reserved.