| Package | Description |
|---|---|
| com.oracle.bedrock.runtime.remote | |
| com.oracle.bedrock.runtime.remote.java | |
| com.oracle.bedrock.runtime.remote.ssh |
| 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 | Method and Description |
|---|---|
protected <P extends ApplicationProcess> |
AbstractRemoteApplicationLauncher.adapt(RemoteApplicationProcess process)
Adapt the
RemoteApplicationProcess as something specific for the Application being built. |
| Modifier and Type | Method and Description |
|---|---|
protected <P extends ApplicationProcess> |
RemoteJavaApplicationLauncher.adapt(RemoteApplicationProcess process) |
| Constructor and Description |
|---|
RemoteJavaApplicationProcess(RemoteApplicationProcess process,
ControllableRemoteChannel remoteChannel,
Properties systemProperties)
|
| Modifier and Type | Class and Description |
|---|---|
class |
JschRemoteApplicationProcess
Represents an
ApplicationProcess that is securely executing
or executed remotely. |
| 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.