public static interface

IDSSXMLSessionId.IMasterSessionId

implements IDSSXMLSessionId
com.microstrategy.webapi.IDSSXMLSessionId.IMasterSessionId
Known Indirect Subclasses

Class Overview

IMasterSessionId is a master session id (MasterSessionId)

Summary

Public Methods
abstract IDSSXMLSessionId.IMasterSessionId Clone()
Clone will create a new copy of the IDSSXMLSessionId.
[Expand]
Inherited Methods
From interface com.microstrategy.webapi.IDSSXMLSessionId

Public Methods

public abstract IDSSXMLSessionId.IMasterSessionId Clone ()

Clone will create a new copy of the IDSSXMLSessionId. This is good because the ConfigSessionIds and ProjectSessionIds are held inside a number of maps and will be accessed on different threads. To avoid locking, it is good to create a Clone that you can use temporarily

Returns
  • the cloned Session Id