Uses of Interface
org.wildfly.service.descriptor.UnaryServiceDescriptor
Packages that use UnaryServiceDescriptor
Package
Description
-
Uses of UnaryServiceDescriptor in org.wildfly.clustering.singleton
Fields in org.wildfly.clustering.singleton declared as UnaryServiceDescriptorModifier and TypeFieldDescriptionstatic final UnaryServiceDescriptor<SingletonServiceBuilderFactory>SingletonServiceBuilderFactory.DEFAULT_SERVICE_DESCRIPTORDeprecated, for removal: This API element is subject to removal in a future version.static final UnaryServiceDescriptor<SingletonPolicy>SingletonPolicy.SERVICE_DESCRIPTORDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of UnaryServiceDescriptor in org.wildfly.clustering.singleton.election
Fields in org.wildfly.clustering.singleton.election declared as UnaryServiceDescriptorModifier and TypeFieldDescriptionstatic final UnaryServiceDescriptor<SingletonElectionPolicy>SingletonElectionPolicy.SERVICE_DESCRIPTOR -
Uses of UnaryServiceDescriptor in org.wildfly.clustering.singleton.service
Fields in org.wildfly.clustering.singleton.service declared as UnaryServiceDescriptorModifier and TypeFieldDescriptionstatic final UnaryServiceDescriptor<SingletonServiceConfiguratorFactory>SingletonServiceConfiguratorFactory.DEFAULT_SERVICE_DESCRIPTORDeprecated, for removal: This API element is subject to removal in a future version.static final UnaryServiceDescriptor<SingletonServiceTargetFactory>SingletonServiceTargetFactory.DEFAULT_SERVICE_DESCRIPTORstatic final UnaryServiceDescriptor<ServiceTargetFactory>ServiceTargetFactory.SERVICE_DESCRIPTORstatic final UnaryServiceDescriptor<SingletonPolicy>SingletonPolicy.SERVICE_DESCRIPTOR -
Uses of UnaryServiceDescriptor in org.wildfly.service.descriptor
Subinterfaces of UnaryServiceDescriptor in org.wildfly.service.descriptorModifier and TypeInterfaceDescriptionstatic interfaceProvides a one segment service descriptor.Methods in org.wildfly.service.descriptor that return UnaryServiceDescriptorModifier and TypeMethodDescriptiondefault <U extends T>
UnaryServiceDescriptor<U>static <T> UnaryServiceDescriptor<T>Creates a unary service descriptor with the specified name and type.static <T> UnaryServiceDescriptor<T>UnaryServiceDescriptor.of(String name, NullaryServiceDescriptor<T> defaultDescriptor) Creates a unary service descriptor with the specified name and default service descriptor.Methods in org.wildfly.service.descriptor with parameters of type UnaryServiceDescriptorModifier and TypeMethodDescriptionstatic <T> BinaryServiceDescriptor<T>BinaryServiceDescriptor.of(String name, UnaryServiceDescriptor<T> defaultDescriptor) Creates a binary service descriptor with the specified name and default descriptor. -
Uses of UnaryServiceDescriptor in org.wildfly.subsystem.resource.capability
Methods in org.wildfly.subsystem.resource.capability with parameters of type UnaryServiceDescriptorModifier and TypeMethodDescriptionstatic <T> CapabilityReference.Builder<T>CapabilityReference.builder(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, UnaryServiceDescriptor<T> requirement) Creates a new reference between the specified capability and the specified requirement.static <T> CapabilityReferenceRecorder.Builder<T>CapabilityReferenceRecorder.builder(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, UnaryServiceDescriptor<T> requirement) Deprecated, for removal: This API element is subject to removal in a future version.static <T> ResourceCapabilityReference.NaryBuilder<T>ResourceCapabilityReference.builder(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, UnaryServiceDescriptor<T> requirement) Creates a builder for a new reference between the specified capability and the specified requirement.static <T> ResourceCapabilityReferenceRecorder.NaryBuilder<T>ResourceCapabilityReferenceRecorder.builder(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, UnaryServiceDescriptor<T> requirement) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UnaryServiceDescriptor in org.wildfly.subsystem.service
Methods in org.wildfly.subsystem.service with parameters of type UnaryServiceDescriptorModifier and TypeMethodDescriptionstatic <T> ServiceDependency<T>ServiceDependency.on(UnaryServiceDescriptor<T> descriptor, String name) Returns a dependency on the specified unary capability, resolved against the specified reference name.
CapabilityReference.builder(RuntimeCapability, UnaryServiceDescriptor)