Class HostSessionId
java.lang.Object
com.blueriq.component.api.externalflow.session.HostSessionId
- All Implemented Interfaces:
Serializable
Represents the host session hierarchy of an external session.
- Since:
- 12.4
- Author:
- Petru Galanton
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHostSessionId(String sessionId) Creates the root of the hierarchy.HostSessionId(String sessionId, HostSessionId parent) Creates an element in the hierarchy. -
Method Summary
-
Constructor Details
-
HostSessionId
Creates the root of the hierarchy.- Parameters:
sessionId- the id of the root host session
-
HostSessionId
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
-
getSessionId
-
getParent
-
toString
-