public abstract class SlaveInstaller extends Object implements Serializable
SlaveInstallerFactory,
Serialized Form| Constructor and Description |
|---|
SlaveInstaller() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.jvnet.localizer.Localizable |
getConfirmationText()
Possibly multi-line text that explains in more details what
install(LaunchConfiguration,Prompter)
would do. |
String |
getDisplayName()
Short one-line human readable name of what this slave installer does.
|
abstract void |
install(LaunchConfiguration params,
Prompter prompter)
Installs the slave as a service, quit the current JVM, and let the newly installed service
spawns and connects as a slave.
|
public String getDisplayName()
install(LaunchConfiguration,Prompter) call.public abstract org.jvnet.localizer.Localizable getConfirmationText()
install(LaunchConfiguration,Prompter)
would do. This message should be used by the caller to confirm the user's intention
before actually executing install(LaunchConfiguration,Prompter).
The text needs to be wrapped around 72 chars. No HTML is allowed.public abstract void install(LaunchConfiguration params, Prompter prompter) throws InstallationException, IOException, InterruptedException
Copyright © 2004-2013. All Rights Reserved.