| Package | Description |
|---|---|
| com.oracle.bedrock.runtime.remote | |
| com.oracle.bedrock.runtime.remote.java | |
| com.oracle.bedrock.runtime.remote.ssh |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRemoteApplicationLauncher<A extends Application>
An abstract implementation of a
ApplicationLauncher. |
class |
SimpleRemoteApplicationLauncher
A simple implementation of a remote
ApplicationLauncher. |
| Modifier and Type | Method and Description |
|---|---|
RemoteApplicationProcess |
RemoteTerminal.launch(RemoteTerminal.Launchable launchable,
Class<? extends Application> applicationClass,
com.oracle.bedrock.OptionsByType optionsByType)
Launches an
Application, represented as a RemoteApplicationProcess,
according to the information provided by the RemoteTerminal.Launchable and specified OptionsByType. |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteJavaApplicationLauncher
|
| Modifier and Type | Method and Description |
|---|---|
RemoteApplicationProcess |
JSchRemoteTerminal.launch(RemoteTerminal.Launchable launchable,
Class<? extends Application> applicationClass,
com.oracle.bedrock.OptionsByType optionsByType) |
Copyright © 2017. All rights reserved.