public class RemoteBooter
extends java.lang.Object
RemoteBooter can be used to create DeployitCommunicator's to connect to different XL Deploy
instances. A new DeployitCommunicator is created by calling boot(BooterConfig).
DeployitCommunicator's are cached and can be retrieved using the BooterConfig used to create them or
using the configuration key that can be obtained by calling BooterConfig.getKey(). The RemoteBooter
is thread safe.| Constructor and Description |
|---|
RemoteBooter() |
| Modifier and Type | Method and Description |
|---|---|
static DeployitCommunicator |
boot(BooterConfig config) |
static DeployitCommunicator |
getCommunicator(BooterConfig config) |
static DeployitCommunicator |
getCommunicator(java.lang.String key) |
static void |
shutdown() |
public static DeployitCommunicator boot(BooterConfig config)
public static DeployitCommunicator getCommunicator(BooterConfig config)
public static DeployitCommunicator getCommunicator(java.lang.String key)
public static void shutdown()