Uses of Interface
org.wildfly.service.descriptor.BinaryServiceDescriptor
Packages that use BinaryServiceDescriptor
Package
Description
-
Uses of BinaryServiceDescriptor in org.wildfly.clustering.singleton
Fields in org.wildfly.clustering.singleton declared as BinaryServiceDescriptorModifier and TypeFieldDescriptionstatic final BinaryServiceDescriptor<SingletonServiceBuilderFactory>SingletonServiceBuilderFactory.SERVICE_DESCRIPTORDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of BinaryServiceDescriptor in org.wildfly.clustering.singleton.service
Fields in org.wildfly.clustering.singleton.service declared as BinaryServiceDescriptorModifier and TypeFieldDescriptionstatic final BinaryServiceDescriptor<SingletonServiceConfiguratorFactory>SingletonServiceConfiguratorFactory.SERVICE_DESCRIPTORDeprecated, for removal: This API element is subject to removal in a future version.static final BinaryServiceDescriptor<SingletonServiceTargetFactory>SingletonServiceTargetFactory.SERVICE_DESCRIPTOR -
Uses of BinaryServiceDescriptor in org.wildfly.service.descriptor
Subinterfaces of BinaryServiceDescriptor in org.wildfly.service.descriptorModifier and TypeInterfaceDescriptionstatic interfaceProvides a two segment service descriptor.Methods in org.wildfly.service.descriptor that return BinaryServiceDescriptorModifier and TypeMethodDescriptiondefault <U extends T>
BinaryServiceDescriptor<U>static <T> BinaryServiceDescriptor<T>Creates a binary service descriptor with the specified name and type.static <T> BinaryServiceDescriptor<T>BinaryServiceDescriptor.of(String name, UnaryServiceDescriptor<T> defaultDescriptor) Creates a binary service descriptor with the specified name and default descriptor.Methods in org.wildfly.service.descriptor with parameters of type BinaryServiceDescriptorModifier and TypeMethodDescriptionstatic <T> TernaryServiceDescriptor<T>TernaryServiceDescriptor.of(String name, BinaryServiceDescriptor<T> defaultDescriptor) Creates a ternary service descriptor with the specified name and default service descriptor. -
Uses of BinaryServiceDescriptor in org.wildfly.subsystem.resource.capability
Methods in org.wildfly.subsystem.resource.capability with parameters of type BinaryServiceDescriptorModifier and TypeMethodDescriptionstatic <T> CapabilityReference.ParentPathProvider<T>CapabilityReference.builder(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, BinaryServiceDescriptor<T> requirement) Creates a new reference between the specified capability and the specified requirement.static <T> CapabilityReferenceRecorder.ParentPathProvider<T>CapabilityReferenceRecorder.builder(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, BinaryServiceDescriptor<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, BinaryServiceDescriptor<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, BinaryServiceDescriptor<T> requirement) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BinaryServiceDescriptor in org.wildfly.subsystem.service
Methods in org.wildfly.subsystem.service with parameters of type BinaryServiceDescriptorModifier and TypeMethodDescriptionstatic <T> ServiceDependency<T>ServiceDependency.on(BinaryServiceDescriptor<T> descriptor, String parentName, String childName) Returns a dependency on the specified binary capability, resolved against the specified reference names.
CapabilityReference.builder(RuntimeCapability, BinaryServiceDescriptor)