Uses of Class
org.jboss.msc.value.InjectedValue
-
Packages that use InjectedValue Package Description org.jboss.as.naming org.jboss.as.naming.remote org.jboss.as.naming.service -
-
Uses of InjectedValue in org.jboss.as.naming
Methods in org.jboss.as.naming that return InjectedValue Modifier and Type Method Description InjectedValue<NamingStore>ContextManagedReferenceFactory. getNamingStoreInjectedValue() -
Uses of InjectedValue in org.jboss.as.naming.remote
Methods in org.jboss.as.naming.remote that return InjectedValue Modifier and Type Method Description InjectedValue<NamingStore>HttpRemoteNamingServerService. getNamingStore()InjectedValue<PathHandler>HttpRemoteNamingServerService. getPathHandlerInjectedValue() -
Uses of InjectedValue in org.jboss.as.naming.service
Methods in org.jboss.as.naming.service that return InjectedValue Modifier and Type Method Description InjectedValue<ExternalContexts>ExternalContextBinderService. getExternalContextsInjector()InjectedValue<NamingStore>DefaultNamespaceContextSelectorService. getGlobalNamingStore()InjectedValue<NamingStore>DefaultNamespaceContextSelectorService. getJbossNamingStore()InjectedValue<ManagedReferenceFactory>BinderService. getManagedObjectInjector()Get the injector for the item to be bound.InjectedValue<NamingStore>NamingService. getNamingStore()Retrieves the naming store's InjectedValue.InjectedValue<ServiceBasedNamingStore>BinderService. getNamingStoreInjector()Get the naming store injector.InjectedValue<NamingStore>DefaultNamespaceContextSelectorService. getRemoteExposedNamingStore()
-