Uses of Interface
org.jboss.as.naming.NamingStore
Packages that use NamingStore
-
Uses of NamingStore in org.jboss.as.naming
Subinterfaces of NamingStore in org.jboss.as.namingModifier and TypeInterfaceDescriptioninterfaceANamingStorethat allows entries to be written as well as retrieved.Classes in org.jboss.as.naming that implement NamingStoreModifier and TypeClassDescriptionclassIn-memory implementation of the NamingStore.classclassMethods in org.jboss.as.naming that return types with arguments of type NamingStoreModifier and TypeMethodDescriptionorg.jboss.msc.value.InjectedValue<NamingStore>ContextManagedReferenceFactory.getNamingStoreInjectedValue()Methods in org.jboss.as.naming with parameters of type NamingStoreModifier and TypeMethodDescriptionstatic voidNamingContext.setActiveNamingStore(NamingStore namingStore) Set the active naming storeConstructors in org.jboss.as.naming with parameters of type NamingStoreModifierConstructorDescriptionNamingContext(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 NamingStoreModifier and TypeMethodDescriptionorg.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 NamingStoreMethods in org.jboss.as.naming.service that return types with arguments of type NamingStoreModifier and TypeMethodDescriptionorg.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()