ServiceInstaller.Builder |
ServiceInstaller.DefaultNullaryBuilder.blocking() |
|
static ServiceInstaller.Builder |
ServiceInstaller.builder(Runnable startTask,
Runnable stopTask) |
Returns a ServiceInstaller builder that executes the specified tasks on Service.start(StartContext) and Service.stop(StopContext), respectively.
|
static ServiceInstaller.Builder |
ServiceInstaller.builder(org.wildfly.service.ServiceInstaller installer) |
Returns a ServiceInstaller builder that installs the specified installer into a child target.
|
static ServiceInstaller.Builder |
ServiceInstaller.builder(ServiceInstaller installer,
CapabilityServiceSupport support) |
Returns a ServiceInstaller builder that installs the specified installer into a child target.
|
protected ServiceInstaller.Builder |
ServiceInstaller.DefaultNullaryBuilder.builder() |
|