Uses of Interface
org.wildfly.subsystem.service.ServiceInstaller
Packages that use ServiceInstaller
-
Uses of ServiceInstaller in org.wildfly.subsystem.service
Classes in org.wildfly.subsystem.service that implement ServiceInstallerMethods in org.wildfly.subsystem.service that return ServiceInstallerModifier and TypeMethodDescriptionServiceInstaller.DefaultNullaryBuilder.build()ServiceInstaller.DefaultUnaryBuilder.build()Methods in org.wildfly.subsystem.service with parameters of type ServiceInstallerModifier and TypeMethodDescriptionstatic ServiceInstaller.BuilderServiceInstaller.builder(ServiceInstaller installer, org.jboss.as.controller.capability.CapabilityServiceSupport support) Returns aServiceInstallerbuilder that installs the specified installer into a child target. -
Uses of ServiceInstaller in org.wildfly.subsystem.service.capture
Methods in org.wildfly.subsystem.service.capture that return ServiceInstallerModifier and TypeMethodDescriptiondefault ServiceInstallerServiceValueRegistry.capture(ServiceDependency<V> dependency) Creates a service installer to capture and release the value provided by the specified service dependency.