Class and Description |
---|
com.openfin.desktop.System
replaced by
OpenFinRuntime |
Method and Description |
---|
com.openfin.desktop.Application.createFromManifest(String, AsyncCallback<Application>, AckListener, DesktopConnection)
use launchManifest() instead.
|
com.openfin.desktop.Application.createFromManifestAsync(String, DesktopConnection)
use launchManifest() instead.
|
com.openfin.desktop.DesktopConnection.setAdditionalRuntimeArguments(String)
use
RuntimeConfiguration instead |
com.openfin.desktop.DesktopConnection.setAdditionalRvmArguments(String)
use
RuntimeConfiguration instead |
com.openfin.desktop.DesktopConnection.setDevToolsPort(int)
use
RuntimeConfiguration instead |
com.openfin.desktop.DesktopConnection.setLogLevel(boolean) |
com.openfin.desktop.DesktopConnection.setRdmUrl(String) |
com.openfin.desktop.DesktopConnection.setRuntimeSecurityRealm(String)
use
RuntimeConfiguration instead |
com.openfin.desktop.platform.Platform.start(DesktopConnection, PlatformOptions)
use launchManifest() instead.
|
Constructor and Description |
---|
com.openfin.desktop.DesktopConnection(String, String, Integer)
use
DesktopConnection.DesktopConnection(String) instead. |
Copyright © 2022. All rights reserved.