public static interface

IDSSXMLSessionId.IConfigSessionId

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

Class Overview

IConfigSessionId is a configuration session id (ConfigSessionId)

Summary

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

Public Methods

public abstract IDSSXMLSessionId.IConfigSessionId 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