com.openfin.desktop
Class System

java.lang.Object
  extended by com.openfin.desktop.OpenFinRuntime
      extended by com.openfin.desktop.System

Deprecated. replaced by OpenFinRuntime

public class System
extends OpenFinRuntime

An object representing the core of the OpenFin Desktop. Allows the developer to perform system-level actions, such as accessing logs, viewing processes, clearing the cache and exiting the Desktop.


Field Summary
 
Fields inherited from class com.openfin.desktop.OpenFinRuntime
configPayload, connection, eventListenerPayload
 
Constructor Summary
System(DesktopConnection connection)
          Deprecated. Constructor
 
Method Summary
static String getAdapterBuildTime()
          Deprecated. Get build time of java adapter
static String getAdapterVersion()
          Deprecated. Get version info of java adapter
 
Methods inherited from class com.openfin.desktop.OpenFinRuntime
addEventListener, addEventListener, clearCache, clearCache, deleteCacheOnRestart, deleteCacheOnRestart, exit, exit, getAllApplications, getAllWindows, getCommandLineArguments, getConfig, getDeviceId, getEnvironmentVariable, getEnvironmentVariables, getLog, getLogList, getMonitorInfo, getMousePosition, getProcessList, getProxySettings, getVersion, launchExternalProcess, log, log, openUrlWithBrowser, openUrlWithBrowser, releaseExternalProcess, removeEventListener, setClipboard, setCookie, showDeveloperTools, terminateExternalProcess, updateProxySettings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

System

public System(DesktopConnection connection)
Deprecated. 
Constructor

Parameters:
connection - Connection object to the AppDesktop
See Also:
DesktopConnection
Method Detail

getAdapterVersion

public static String getAdapterVersion()
Deprecated. 
Get version info of java adapter

Returns:
version information

getAdapterBuildTime

public static String getAdapterBuildTime()
Deprecated. 
Get build time of java adapter

Returns:
build time


Copyright © 2016. All rights reserved.