Uses of Interface
org.jboss.msc.value.Value
-
Packages that use Value Package Description org.jboss.as.naming org.jboss.as.naming.deployment org.jboss.as.naming.management org.jboss.as.naming.remote org.jboss.as.naming.service org.jboss.msc.service The service container implementation itself.org.jboss.msc.value Classes which implement various indirect value types.org.wildfly.clustering.singleton -
-
Uses of Value in org.jboss.as.naming
Constructors in org.jboss.as.naming with parameters of type Value Constructor Description ValueManagedReference(Value<?> value)Deprecated.useValueManagedReference(Object)instead.ValueManagedReferenceFactory(Value<?> value)Deprecated.useValueManagedReferenceFactory(Object)instead. -
Uses of Value in org.jboss.as.naming.deployment
Classes in org.jboss.as.naming.deployment that implement Value Modifier and Type Class Description classNamingLookupValue<T>Value that is looked up from a naming context.classRuntimeBindReleaseServiceAServicewhich on stop releases runtime installedBinderServices. -
Uses of Value in org.jboss.as.naming.management
Classes in org.jboss.as.naming.management that implement Value Modifier and Type Class Description classJndiViewExtensionRegistryRegistry for Jndi view extensions. -
Uses of Value in org.jboss.as.naming.remote
Classes in org.jboss.as.naming.remote that implement Value Modifier and Type Class Description classHttpRemoteNamingServerServiceclassRemoteNamingServerService -
Uses of Value in org.jboss.as.naming.service
Classes in org.jboss.as.naming.service that implement Value Modifier and Type Class Description classBinderServiceService responsible for binding and unbinding an entry into a naming context.classDefaultNamespaceContextSelectorServiceclassExternalContextBinderServiceA binder service for external contexts.classExternalContextsServiceA service containing the subsystem'sExternalContexts.classNamingServiceService responsible for creating and managing the life-cycle of the Naming Server.classNamingStoreServiceService responsible for managing the creation and life-cycle of a service based naming store. -
Uses of Value in org.jboss.msc.service
Subinterfaces of Value in org.jboss.msc.service Modifier and Type Interface Description interfaceService<T>Deprecated.useServiceinstead.interfaceServiceController<S>A controller for a single service instance.Classes in org.jboss.msc.service that implement Value Modifier and Type Class Description classDelegatingServiceController<S>A service controller which delegates to another service controller. -
Uses of Value in org.jboss.msc.value
Classes in org.jboss.msc.value that implement Value Modifier and Type Class Description classInjectedValue<T>Deprecated.UseServiceBuilder.requires(org.jboss.msc.service.ServiceName)method instead.Methods in org.jboss.msc.value with parameters of type Value Modifier and Type Method Description voidInjectedValue. setValue(Value<T> value)Deprecated.Set the value to be injected to aValueinstance. -
Uses of Value in org.wildfly.clustering.singleton
Subinterfaces of Value in org.wildfly.clustering.singleton Modifier and Type Interface Description interfaceSingletonService<T>Deprecated, for removal: This API element is subject to removal in a future version.Replaced bySingletonService.
-