Class ProcessInfo

java.lang.Object
io.deephaven.enterprise.dnd.ProcessInfo

@InternalUseOnly public class ProcessInfo extends Object
  • Constructor Details

    • ProcessInfo

      public ProcessInfo(@NotNull @NotNull String host, @NotNull @NotNull String processName, @NotNull @NotNull String processInfoId, @NotNull @NotNull String authenticatedUser, @NotNull @NotNull String effectiveUser)
  • Method Details

    • getHost

      public String getHost()
    • getProcessName

      public String getProcessName()
    • getProcessInfoId

      public String getProcessInfoId()
    • getAuthenticatedUser

      public String getAuthenticatedUser()
    • getEffectiveUser

      public String getEffectiveUser()
    • getEnterpriseVersion

      public String getEnterpriseVersion()