Runtime components : Service engine : The references : Manage remote sessions
  
Manage remote sessions
Access the remote sessions container in HashMap< String, RemoteSession >, where you can access a remote session by its alias (the key of the hash map)
public static HashMap<String, RemoteSession> getRemoteSessionContainer()
The remote session can be saved at this container in the form of <alias, RemoteSession > for easy reference later.
RemoteSession class
See
com.unicom.dtt.serviceengine.RemoteSession
Go up to
The references