Uses of Class
com.openfin.desktop.DesktopConnection
-
Uses of DesktopConnection in com.openfin.desktop
Fields in com.openfin.desktop declared as DesktopConnection Modifier and Type Field Description protected DesktopConnection
OpenFinRuntime. connection
protected DesktopConnection
WebContent. connection
Methods in com.openfin.desktop that return DesktopConnection Modifier and Type Method Description DesktopConnection
Application. getConnection()
Returns the applications connection objectDesktopConnection
WebContent. getConnection()
Get DesktopConnection of this windowMethods in com.openfin.desktop with parameters of type DesktopConnection Modifier and Type Method Description static java.util.concurrent.CompletableFuture<Application>
Application. createApplication(ApplicationOptions options, DesktopConnection connection)
static void
Application. createFromManifest(java.lang.String manifestUrl, AsyncCallback<Application> callback, AckListener listener, DesktopConnection connection)
Retrieves application's manifest and returns a wrapped application.static java.util.concurrent.CompletableFuture<Application>
Application. createFromManifestAsync(java.lang.String manifestUrl, DesktopConnection connection)
static Application
Application. wrap(java.lang.String uuid, DesktopConnection connection)
Attaches an Application object to an application that already existsstatic Layout
Layout. wrap(Identity identity, DesktopConnection connection)
Returns a Layout object that represents a Window's layout.static Window
Window. wrap(java.lang.String applicationUuid, java.lang.String windowName, DesktopConnection connection)
Attaches a Window object to an application Window that already existsConstructors in com.openfin.desktop with parameters of type DesktopConnection Constructor Description Application(ApplicationOptions options, DesktopConnection connection, AckListener listener)
Application ConstructorInterApplicationBus(DesktopConnection desktopConnection)
ConstructorOpenFinRuntime(DesktopConnection connection)
ConstructorSystem(DesktopConnection connection)
Deprecated.ConstructorWebContent(Identity identity, DesktopConnection connection)
WindowGroupChangeEvent(Ack payload, DesktopConnection desktopConnection)
Constructor -
Uses of DesktopConnection in com.openfin.desktop.channel
Fields in com.openfin.desktop.channel declared as DesktopConnection Modifier and Type Field Description protected DesktopConnection
AbstractServiceClient. desktopConnection
Methods in com.openfin.desktop.channel that return DesktopConnection Modifier and Type Method Description DesktopConnection
Channel. getDesktopConnection()
Constructors in com.openfin.desktop.channel with parameters of type DesktopConnection Constructor Description AbstractServiceClient(java.lang.String channelName, DesktopConnection desktopConnection)
Channel(java.lang.String name, DesktopConnection desktopConnection)
LayoutClient(DesktopConnection desktopConnection, AckListener listener)
-
Uses of DesktopConnection in com.openfin.desktop.fdc3
Methods in com.openfin.desktop.fdc3 with parameters of type DesktopConnection Modifier and Type Method Description static FDC3Client
FDC3Client. getInstance(DesktopConnection desktopConnection)
-
Uses of DesktopConnection in com.openfin.desktop.interop
Constructors in com.openfin.desktop.interop with parameters of type DesktopConnection Constructor Description Interop(DesktopConnection conn)
InteropClientImpl(DesktopConnection conn, java.lang.String brokerName)
-
Uses of DesktopConnection in com.openfin.desktop.notifications
Constructors in com.openfin.desktop.notifications with parameters of type DesktopConnection Constructor Description Notifications(DesktopConnection desktopConnection)
-
Uses of DesktopConnection in com.openfin.desktop.platform
Methods in com.openfin.desktop.platform with parameters of type DesktopConnection Modifier and Type Method Description static java.util.concurrent.CompletionStage<Platform>
Platform. start(DesktopConnection desktopConnection, PlatformOptions platformOptions)
Creates and starts a Platform and returns a wrapped and running Platform instance.static java.util.concurrent.CompletionStage<Platform>
Platform. startFromManifest(DesktopConnection desktopConnection, java.lang.String manifestUrl)
Retrieves platforms's manifest and returns a wrapped and running Platform.static Platform
Platform. wrap(java.lang.String uuid, DesktopConnection desktopConnection)
Synchronously returns a Platform object that represents an existing platform.static PlatformView
PlatformView. wrap(Identity identity, DesktopConnection desktopConnection)
Constructors in com.openfin.desktop.platform with parameters of type DesktopConnection Constructor Description PlatformView(Identity identity, DesktopConnection connection)
-
Uses of DesktopConnection in com.openfin.desktop.snapshot
Constructors in com.openfin.desktop.snapshot with parameters of type DesktopConnection Constructor Description SnapshotSource(DesktopConnection desktopConnection)
Constructor of SnapshotSourceSnapshotSourceClient(DesktopConnection desktopConnection, java.lang.String uuid)
Constructor of SnapshotSourceClient -
Uses of DesktopConnection in com.openfin.desktop.win32
Methods in com.openfin.desktop.win32 that return DesktopConnection Modifier and Type Method Description DesktopConnection
ExternalWindowObserver. getDesktopConnection()