Uses of Interface
org.wildfly.subsystem.service.ServiceInstaller
-
Packages that use ServiceInstaller Package Description org.wildfly.subsystem.service org.wildfly.subsystem.service.capture -
-
Uses of ServiceInstaller in org.wildfly.subsystem.service
Classes in org.wildfly.subsystem.service that implement ServiceInstaller Modifier and Type Class Description static classServiceInstaller.DefaultServiceInstallerMethods in org.wildfly.subsystem.service that return ServiceInstaller Modifier and Type Method Description ServiceInstallerServiceInstaller.DefaultNullaryBuilder. build()ServiceInstallerServiceInstaller.DefaultUnaryBuilder. build()Methods in org.wildfly.subsystem.service with parameters of type ServiceInstaller Modifier and Type Method Description static 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 ServiceInstaller Modifier and Type Method Description default ServiceInstallerServiceValueRegistry. capture(ServiceDependency<V> dependency)Creates a service installer to capture and release the value provided by the specified service dependency.
-