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 NamingStoreMethods 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 TypeMethodDescriptionHttpRemoteNamingServerService.getNamingStore()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 TypeMethodDescriptionDefaultNamespaceContextSelectorService.getGlobalNamingStore()DefaultNamespaceContextSelectorService.getJbossNamingStore()NamingService.getNamingStore()Retrieves the naming store's InjectedValue.DefaultNamespaceContextSelectorService.getRemoteExposedNamingStore()