Uses of Interface
org.jboss.as.naming.NamingStore
-
Packages that use NamingStore Package Description org.jboss.as.naming org.jboss.as.naming.remote org.jboss.as.naming.service -
-
Uses of NamingStore in org.jboss.as.naming
Subinterfaces of NamingStore in org.jboss.as.naming Modifier and Type Interface Description interfaceWritableNamingStoreANamingStorethat allows entries to be written as well as retrieved.Classes in org.jboss.as.naming that implement NamingStore Modifier and Type Class Description classInMemoryNamingStoreIn-memory implementation of the NamingStore.classServiceBasedNamingStoreclassWritableServiceBasedNamingStoreMethods in org.jboss.as.naming that return types with arguments of type NamingStore Modifier and Type Method Description org.jboss.msc.value.InjectedValue<NamingStore>ContextManagedReferenceFactory. getNamingStoreInjectedValue()Methods in org.jboss.as.naming with parameters of type NamingStore Modifier and Type Method Description static voidNamingContext. setActiveNamingStore(NamingStore namingStore)Set the active naming storeConstructors in org.jboss.as.naming with parameters of type NamingStore Constructor 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. -
Uses of NamingStore in org.jboss.as.naming.remote
Methods in org.jboss.as.naming.remote that return types with arguments of type NamingStore Modifier and Type Method Description org.jboss.msc.value.InjectedValue<NamingStore>HttpRemoteNamingServerService. getNamingStore()org.jboss.msc.inject.Injector<NamingStore>RemoteNamingServerService. getNamingStoreInjector() -
Uses of NamingStore in org.jboss.as.naming.service
Methods in org.jboss.as.naming.service that return NamingStore Modifier and Type Method Description NamingStoreNamingService. getValue()Get the naming store value.Methods in org.jboss.as.naming.service that return types with arguments of type NamingStore Modifier and Type Method 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()
-