@Internal public class SimpleRemoteApplicationLauncher extends AbstractRemoteApplicationLauncher<SimpleApplication>
ApplicationLauncher.
Copyright (c) 2014. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
| Constructor and Description |
|---|
SimpleRemoteApplicationLauncher()
Constructs a
SimpleRemoteApplicationLauncher. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onLaunched(SimpleApplication application,
com.oracle.bedrock.OptionsByType optionsByType)
Prepares the
Application after it was launched for use. |
protected void |
onLaunching(com.oracle.bedrock.OptionsByType optionsByType)
Prepares the launch
OptionsByType prior to being used to launch an Application. |
adapt, getCommandLineArguments, getCommandToExecute, getEnvironmentVariables, launchclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDisplayNamepublic SimpleRemoteApplicationLauncher()
SimpleRemoteApplicationLauncher.protected void onLaunching(com.oracle.bedrock.OptionsByType optionsByType)
AbstractRemoteApplicationLauncherOptionsByType prior to being used to launch an Application.onLaunching in class AbstractRemoteApplicationLauncher<SimpleApplication>optionsByType - the launch OptionsByTypeprotected void onLaunched(SimpleApplication application, com.oracle.bedrock.OptionsByType optionsByType)
AbstractRemoteApplicationLauncherApplication after it was launched for use.onLaunched in class AbstractRemoteApplicationLauncher<SimpleApplication>application - the launched ApplicationoptionsByType - the launch OptionsByTypeCopyright © 2017. All rights reserved.