Uses of Interface
org.wildfly.service.ServiceInstaller
-
Packages that use ServiceInstaller Package Description org.wildfly.service org.wildfly.service.capture -
-
Uses of ServiceInstaller in org.wildfly.service
Classes in org.wildfly.service that implement ServiceInstaller Modifier and Type Class Description static classServiceInstaller.DefaultServiceInstallerMethods in org.wildfly.service that return ServiceInstaller Modifier and Type Method Description ServiceInstallerServiceInstaller.DefaultNullaryBuilder. build()ServiceInstallerServiceInstaller.DefaultUnaryBuilder. build()Methods in org.wildfly.service with parameters of type ServiceInstaller Modifier and Type Method Description static ServiceInstaller.BuilderServiceInstaller. builder(ServiceInstaller installer)Returns aServiceInstallerbuilder that installs the specified installer into a child target. -
Uses of ServiceInstaller in org.wildfly.service.capture
Methods in org.wildfly.service.capture that return ServiceInstaller Modifier and Type Method Description default ServiceInstallerServiceValueRegistry. capture(org.jboss.msc.service.ServiceName name)Creates a service installer to capture and release the value provided by the specified service dependency.
-