com.openfin.desktop
Class LaunchExternalProcessResult

java.lang.Object
  extended by com.openfin.desktop.LaunchExternalProcessResult

public class LaunchExternalProcessResult
extends Object

Encapsulates the result from a call to DesktopSystem.launchExternalProcess().


Constructor Summary
LaunchExternalProcessResult(String uuid)
          Constructor
 
Method Summary
 String getProcessUuid()
          Gets process UUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaunchExternalProcessResult

public LaunchExternalProcessResult(String uuid)
Constructor

Parameters:
uuid - Process UUID
Method Detail

getProcessUuid

public String getProcessUuid()
Gets process UUID

Returns:
process UUID


Copyright © 2016. All rights reserved.