Class HostSessionId

java.lang.Object
com.blueriq.component.api.externalflow.session.HostSessionId
All Implemented Interfaces:
Serializable

public class HostSessionId extends Object implements Serializable
Represents the host session hierarchy of an external session.
Since:
12.4
Author:
Petru Galanton
See Also:
  • Constructor Details

    • HostSessionId

      public HostSessionId(String sessionId)
      Creates the root of the hierarchy.
      Parameters:
      sessionId - the id of the root host session
    • HostSessionId

      public HostSessionId(String sessionId, HostSessionId parent)
      Creates an element in the hierarchy.
      Parameters:
      sessionId - the id of the host session (which is itself an external session)
      parent - the parent session of host session.
  • Method Details