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