java.lang.Object |
↳ |
com.microstrategy.webapi.ACMSDKHelpers |
Class Overview
ACMSDKHelpers has miscellaneous semi-generic helper methods
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
Public Methods
close will close the Session to the IServer. If the session is a Project Session Id or a Configuration Session Id, then just that session id is closed.
If the session is a Master Session Id, then all Project and Configuration sessions under it will also be closed.
Parameters
iSessionId |
a Project, Configuration, or Master session id |
iMasterSessionBundle |
holds GSS credentials, needed to communicate with the kerberos server |
iClusterInfo |
holds connectivity information to the session id
|
public
static
Map<String, String>
getAllPidsInCluster
(IDSSXMLServerSession iServerSession)
getAllPidsInCluster gets all the projects across all the IServers in a cluster
Parameters
iServerSession |
the session id to use to communicate with the IServer |
Returns
- a hashmap containing all the project ids in the cluster.
public
static
void
refreshAllClusterInfo
()