Uses of Interface
org.wildfly.service.ServiceInstaller.Builder
-
Packages that use ServiceInstaller.Builder Package Description org.wildfly.service -
-
Uses of ServiceInstaller.Builder in org.wildfly.service
Classes in org.wildfly.service that implement ServiceInstaller.Builder Modifier and Type Class Description static classServiceInstaller.DefaultNullaryBuilderMethods in org.wildfly.service that return ServiceInstaller.Builder Modifier and Type Method Description ServiceInstaller.BuilderServiceInstaller.DefaultNullaryBuilder. async(Supplier<Executor> executor)static ServiceInstaller.BuilderServiceInstaller. builder(Runnable startTask, Runnable stopTask)Returns aServiceInstallerbuilder that executes the specified tasks onService.start(StartContext)andService.stop(StopContext), respectively.static ServiceInstaller.BuilderServiceInstaller. builder(ServiceInstaller installer)Returns aServiceInstallerbuilder that installs the specified installer into a child target.protected ServiceInstaller.BuilderServiceInstaller.DefaultNullaryBuilder. builder()
-